This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13944] [3.3/3.4/3.5] exception in constructor of a class to be thrown is not caught
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Feb 2004 23:18:45 -0000
- Subject: [Bug c++/13944] [3.3/3.4/3.5] 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 bangerth at dealii dot org 2004-02-02 23:18 -------
I think I remember that there is a duplicate of this and that it
was stated that it is up to the implementation what it does in
this case: the problem is throwing while generating the argument
to a throw-statement. It may have been something in the ABI
document, rather than the standard that said this. I think
the result of that PR was that this is conforming with the standards.
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13944