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