re PR c++/24996 (ICE on throw code)
authorJason Merrill <jason@redhat.com>
Sun, 12 Feb 2006 16:02:00 +0000 (11:02 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Sun, 12 Feb 2006 16:02:00 +0000 (11:02 -0500)
commiteecb13e8597ae0fc9d8770094ed7b9c951dba381
tree5a0f9c02c5a834f9ebdd1947f4db63e428d57fa6
parent1d327c160a08807deeab07d6b9af30115853eda1
re PR c++/24996 (ICE on throw code)

        PR c++/24996
        * except.c (build_throw): Add a CLEANUP_POINT_EXPR inside the
        TRY_CATCH_EXPR or MUST_NOT_THROW_EXPR.

From-SVN: r110889
gcc/cp/ChangeLog
gcc/cp/except.c
gcc/testsuite/g++.dg/eh/cond3.C [new file with mode: 0644]