re PR c++/13944 (exception in constructor of a class to be thrown is not caught)
authorJason Merrill <jason@gcc.gnu.org>
Tue, 24 Feb 2004 18:30:47 +0000 (13:30 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 24 Feb 2004 18:30:47 +0000 (13:30 -0500)
commitb82082972bbfbe47e3a2370f86d79100610662d5
treeddc43ad0da14b0c547dba62f517e6abcc17442ca
parent896c3aa346912570aacfa51834145311de94632b
re PR c++/13944 (exception in constructor of a class to be thrown is not caught)

        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.

From-SVN: r78378
gcc/testsuite/g++.dg/eh/elide1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/eh/elide2.C [new file with mode: 0644]