[Bug c++/60685] exception not caught by enclosing catch
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Thu Mar 27 15:21:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60685
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu.org
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
When an exception is thrown in an NSDMI we unwind the stack in
_Unwind_RaiseException but reach:
101 if (code == _URC_END_OF_STACK)
102 /* Hit end of stack with no handler found. */
103 return _URC_END_OF_STACK;
More information about the Gcc-bugs
mailing list