[Bug c++/40066] Placement delete not called when constructor throws
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri May 8 16:22:00 GMT 2009
------- Comment #1 from pinskia at gcc dot gnu dot org 2009-05-08 16:21 -------
see 15.3 P 9:
If no matching handler is found in a program, the function terminate() is
called; whether or not the
stack is unwound before this call to terminate() is implemenation-defined
(15.5.1)
So we define it as not unwinding but we don't document this.
*** This bug has been marked as a duplicate of 20976 ***
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40066
More information about the Gcc-bugs
mailing list