]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/45310 (ICE: verify_stmts failed: Dead STMT in EH table with -O1...
authorSteven Bosscher <steven@gcc.gnu.org>
Tue, 21 Dec 2010 15:02:02 +0000 (15:02 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Tue, 21 Dec 2010 15:02:02 +0000 (15:02 +0000)
commitb1193f619b20b32bbe44e31cae9e590af0cb7324
tree379265a74d8187f00d436884b76e07311e57493c
parentdf0820da970383d46a7e5fb0a04d504a8b280553
re PR middle-end/45310 (ICE: verify_stmts failed: Dead STMT in EH table with -O1 -fnon-call-exceptions)

gcc/
PR middle-end/45310
* tree-ssa-phiprop.c (propagate_with_phi): Remove statement
completely from the function, including EH traces.

testsuite/
PR middle-end/45310
* g++.dg/pr45310.C: New test.

From-SVN: r168120
gcc/testsuite/g++.dg/pr45310.C [new file with mode: 0644]
gcc/tree-ssa-phiprop.c