This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/14535] [3.3 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: 17 Mar 2004 18:07:40 -0000
- Subject: [Bug middle-end/14535] [3.3 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-17 18:07 -------
Subject: Bug 14535
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_3-branch
Changes by: rth@gcc.gnu.org 2004-03-17 18:07:31
Modified files:
gcc : ChangeLog except.c
Log message:
PR middle-end/14535
* except.c (collect_one_action_chain): Record action for cleanup
outer of exception spec.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.943&r2=1.16114.2.944
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/except.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.233.2.6&r2=1.233.2.7
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14535