This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/31411] [4.1/4.2/4.3 Regression] ICE in gimplify_expr with throw/special copy constructor with initializer with a deconstructor
- From: "jason at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Sep 2007 18:37:48 -0000
- Subject: [Bug c++/31411] [4.1/4.2/4.3 Regression] ICE in gimplify_expr with throw/special copy constructor with initializer with a deconstructor
- References: <bug-31411-5976@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from jason at gcc dot gnu dot org 2007-09-04 18:37 -------
Subject: Bug 31411
Author: jason
Date: Tue Sep 4 18:37:33 2007
New Revision: 128100
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128100
Log:
PR c++/31411
* except.c (initialize_handler_parm): Put a CLEANUP_POINT_EXPR inside
the MUST_NOT_THROW_EXPR.
Added:
trunk/gcc/testsuite/g++.dg/eh/catch5.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/except.c
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31411