http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59656
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The standard says exceptions are always enabled, if you disable them you are no
longer using standard C++, so what it says in the standard doesn't necessarily
apply.
I don't think it would be simple to make this work with -fno-exceptions