re PR tree-optimization/47639 (ICE: verify_stmts failed: statement marked for throw...
[gcc.git] / gcc / ChangeLog
index f22f6673c88206f7e9a95007fb6ee2d851384a02..39a19133872556f710dd2b8c2af38e098a5cc9e8 100644 (file)
@@ -1,3 +1,11 @@
+2011-02-08  Richard Guenther  <rguenther@suse.de>
+
+       PR middle-end/47639
+       * tree-vect-generic.c (expand_vector_operations_1): Update
+       stmts here ...
+       (expand_vector_operations): ... not here.  Cleanup EH info
+       and the CFG if required.
+
 2011-02-08  Richard Guenther  <rguenther@suse.de>
 
        PR tree-optimization/47641