This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11238] A constructor with exception handler rethrows the exception to the constructor caller
- From: "nathan at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jun 2003 15:05:39 -0000
- Subject: [Bug c++/11238] A constructor with exception handler rethrows the exception to the constructor caller
- References: <20030618142539.11238.ejyanezp@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11238
nathan at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From nathan at gcc dot gnu dot org 2003-06-18 15:05 -------
not a bug.
[15.3]/16
The exception is rethrown if control reaches the end of a handler of the
function-try-block of a constructor or destructor.