http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59392
--- Comment #5 from roland at gcc dot gnu.org --- Author: roland Date: Wed Mar 12 22:44:09 2014 New Revision: 208520 URL: http://gcc.gnu.org/viewcvs?rev=208520&root=gcc&view=rev Log: PR libstdc++/59392: Fix ARM EABI uncaught throw from unexpected exception handler libstdc++-v3/ PR libstdc++/59392 * libsupc++/eh_call.cc (__cxa_call_unexpected): Call __do_catch with the address of a null pointer, not with a null pointer to pointer. Copy comment for this case from eh_personality.cc:__cxa_call_unexpected. * testsuite/18_support/bad_exception/59392.cc: New file. Added: branches/gcc-4_8-branch/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc (with props) Modified: branches/gcc-4_8-branch/libstdc++-v3/ChangeLog branches/gcc-4_8-branch/libstdc++-v3/libsupc++/eh_call.cc Propchange: branches/gcc-4_8-branch/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc ('svn:eol-style' added)