PR c++/13944
commita31d0afd2b4588207d8f99b934e708c889ae6c39
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Feb 2004 18:30:47 +0000 (24 18:30 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Feb 2004 18:30:47 +0000 (24 18:30 +0000)
treeddc43ad0da14b0c547dba62f517e6abcc17442ca
parente40000f4cadf8da1fea0c039c878069974fece1d
    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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78378 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/g++.dg/eh/elide1.C [new file with mode: 0644]
gcc/testsuite/g++.dg/eh/elide2.C [new file with mode: 0644]