tree-eh.c (optimize_double_finally): Don't assume that the cleanup we're duplicating...
authorJason Merrill <jason@redhat.com>
Mon, 15 Oct 2007 05:21:37 +0000 (01:21 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 15 Oct 2007 05:21:37 +0000 (01:21 -0400)
commit2a19b1a9c7e6968f87bcff7d3b1fd187de88f091
tree1790aa29b83df4a200b6f43e36baf83dc6d873d5
parent5012f3e3c7edc51900339aa25057dd7c483e7447
tree-eh.c (optimize_double_finally): Don't assume that the cleanup we're duplicating is only one statement.

        * tree-eh.c (optimize_double_finally): Don't assume that the
        cleanup we're duplicating is only one statement.

From-SVN: r129311
gcc/ChangeLog
gcc/testsuite/g++.dg/eh/ehopt1.C [new file with mode: 0644]
gcc/tree-eh.c