re PR tree-optimization/47639 (ICE: verify_stmts failed: statement marked for throw...
authorRichard Guenther <rguenther@suse.de>
Tue, 8 Feb 2011 14:16:50 +0000 (14:16 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 8 Feb 2011 14:16:50 +0000 (14:16 +0000)
commit3865a06fb99d4a893989b7bbf3fc81f4c5cbf354
treedf6511160dc905811e8b3a601792e9480742cd11
parent62902f3fea6432056c9e1c95d574ca133cfe5b8d
re PR tree-optimization/47639 (ICE: verify_stmts failed: statement marked for throw, but doesn't with -fstack-check=generic -fexceptions -fnon-call-exceptions)

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.

* g++.dg/opt/pr47639.c: New testcase.

From-SVN: r169926
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/pr47639.c [new file with mode: 0644]
gcc/tree-vect-generic.c