This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/14535] [3.3/3.4 Regression] exception throwing in virtual function doesn't turn on the local destructors
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 16 Mar 2004 21:05:51 -0000
- Subject: [Bug middle-end/14535] [3.3/3.4 Regression] exception throwing in virtual function doesn't turn on the local destructors
- References: <20040311143002.14535.lassinovsky@algorithm.aelita.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-03-16 21:05 -------
Subject: Bug 14535
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_4-branch
Changes by: rth@gcc.gnu.org 2004-03-16 21:05:33
Modified files:
gcc : ChangeLog except.c
Added files:
gcc/testsuite/g++.dg/eh: spec7.C
Log message:
PR middle-end/14535
* except.c (collect_one_action_chain): Create action record for
cleanup outer of exception spec.
* g++.dg/eh/spec7.C: New.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=2.2326.2.345&r2=2.2326.2.346
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/except.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.256.2.3&r2=1.256.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/g++.dg/eh/spec7.C.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=NONE&r2=1.1.2.1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14535