]> gcc.gnu.org Git - gcc.git/commit
re PR middle-end/42739 (ICE with computed goto, destructors, and optimization)
authorRichard Guenther <rguenther@suse.de>
Fri, 15 Jan 2010 11:53:26 +0000 (11:53 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 15 Jan 2010 11:53:26 +0000 (11:53 +0000)
commit1197e78957aea05816665f843e4a0b936c847e07
tree67ed89e55330179795b12967f60c0b05168d6454
parent58be9ce9c30e0b16d4d4cb6ccccc4b910b8ae834
re PR middle-end/42739 (ICE with computed goto, destructors, and optimization)

2010-01-15  Richard Guenther  <rguenther@suse.de>

PR middle-end/42739
* tree-cfgcleanup.c (remove_forwarder_block): Move destination
labels of computed or non-local gotos to the destination.
* tree-cfg.c (gimple_verify_flow_info): Verify that a EH
landing pad label is the first label.

* g++.dg/torture/pr42739.C: New testcase.

From-SVN: r155937
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr42739.C [new file with mode: 0644]
gcc/tree-cfg.c
gcc/tree-cfgcleanup.c
This page took 0.067021 seconds and 5 git commands to generate.