re PR middle-end/14535 (exception throwing in virtual function doesn't turn on the...
authorRichard Henderson <rth@redhat.com>
Tue, 16 Mar 2004 00:35:17 +0000 (16:35 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 16 Mar 2004 00:35:17 +0000 (16:35 -0800)
commit0977ab3aa6121253392b15c02679a86615f05e1b
tree6f83cb950f53a1df02dec8609a2cc0e4816e0d90
parent199f5c2b84b096f5f2925029d9728bd422eb36da
re PR middle-end/14535 (exception throwing in virtual function doesn't turn on the local destructors)

        PR middle-end/14535
        * except.c (collect_one_action_chain): Record action for cleanup
        outer of exception spec.
* g++.dg/eh/spec7.C: New.

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