[Bug c++/55635] Deallocation function ("operator delete") not called when destructor throws exception

joedoefawnbuck at googlemail dot com gcc-bugzilla@gcc.gnu.org
Mon Dec 10 09:09:00 GMT 2012


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()...



More information about the Gcc-bugs mailing list