]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/45788 (-fwhole-program causes ICE error: BB 3 can not throw...
authorRichard Guenther <rguenther@suse.de>
Wed, 13 Oct 2010 15:42:46 +0000 (15:42 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 13 Oct 2010 15:42:46 +0000 (15:42 +0000)
commit1b7d2dd1e0af14c86155013d8bab4bf44783bc05
tree6ce95dedb669feed9d7cb577d50520074ea7d424
parent565d018dae66fe00c01577926eb3de8e0b37cc5a
re PR tree-optimization/45788 (-fwhole-program causes ICE error: BB 3 can not throw but has an EH edge)

2010-10-13  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/45788
* cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Delay
EH update until fixup-cfg.

* g++.dg/pr45788.C: New testcase.

From-SVN: r165425
gcc/ChangeLog
gcc/cgraphunit.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/pr45788.C [new file with mode: 0644]