re PR c++/12491 (Destructor fails to compile when optimizations (inlining) are enabled)
authorRichard Henderson <rth@redhat.com>
Wed, 14 Jan 2004 21:01:18 +0000 (13:01 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 14 Jan 2004 21:01:18 +0000 (13:01 -0800)
commit1bddbeb409a4716c34b25b9d8bc5a1a4ef4acc39
treeeecbca2a732677a298b0d3f9d1df202471749812
parent4eb31d4f7e54593b6da0dbd5cc24e14c3e082c14
re PR c++/12491 (Destructor fails to compile when optimizations (inlining) are enabled)

        PR c++/12491
        * except.c (struct eh_region): Add u.fixup.resolved.
        (resolve_one_fixup_region): Split out from ...
        (resolve_fixup_regions): ... here.
* g++.dg/eh/cleanup2.C: New.

From-SVN: r75883
gcc/ChangeLog
gcc/except.c
gcc/testsuite/g++.dg/eh/cleanup2.C [new file with mode: 0644]