2010-01-15 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Jan 2010 11:53:26 +0000 (11:53 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Jan 2010 11:53:26 +0000 (11:53 +0000)
commit7b960d37a6e13afaf0d2f1777a2f5d1a27a659b4
tree67ed89e55330179795b12967f60c0b05168d6454
parent3e0b231e70a616c194497b29d61503e4c009630a
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155937 138bc75d-0d04-0410-961f-82ee72b054a4
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