This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/40066] Placement delete not called when constructor throws



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]