except.c (build_throw): Wrap the initialization of the exception object in a MUST_NOT...
authorJason Merrill <jason@redhat.com>
Sun, 22 Apr 2001 23:50:06 +0000 (19:50 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 22 Apr 2001 23:50:06 +0000 (19:50 -0400)
commit2ac8a0f9c2464064ba2eb5cd9d63a4f8d6e3525b
tree9cf6c384f9568200b4e1a7bea8d6d487cd4f9884
parent146ef880e41d44fa480c18d92f16a5e01bec9e73
except.c (build_throw): Wrap the initialization of the exception object in a MUST_NOT_THROW_EXPR.

        * except.c (build_throw): Wrap the initialization of the exception
        object in a MUST_NOT_THROW_EXPR.
        (do_free_exception): #if 0.

From-SVN: r41494
gcc/cp/ChangeLog
gcc/cp/except.c
gcc/testsuite/g++.old-deja/g++.eh/terminate1.C [new file with mode: 0644]