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++/55635] Deallocation function ("operator delete") not called when destructor throws exception


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55635

--- Comment #2 from Kerrek SB <joedoefawnbuck at googlemail dot com> 2012-12-10 09:08:46 UTC ---
Interesting, thank you!

The bug remains, however, both with -std=c++11 and noexcept(false), and with
-std=c++98 and throw(int).

Also, with noexcept(false) GCC will *not* call terminate()...


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