This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13944] [3.3 Regression] exception in constructor of a class to be thrown is not caught
- 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: 3 Mar 2004 07:40:35 -0000
- Subject: [Bug c++/13944] [3.3 Regression] exception in constructor of a class to be thrown is not caught
- References: <20040131120212.13944.debian-gcc@lists.debian.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-03-03 07:40 -------
Subject: Bug 13944
CVSROOT: /cvs/gcc
Module name: gcc
Branch: gcc-3_3-branch
Changes by: jason@gcc.gnu.org 2004-03-03 07:40:31
Modified files:
gcc/cp : ChangeLog except.c
Log message:
PR c++/13944
* except.c (do_free_exception): Remove #if 0 wrapper.
(build_throw): Use it if we elide a copy into the exception object.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.3076.2.256&r2=1.3076.2.257
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/except.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.149&r2=1.149.2.1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13944