http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59392

--- Comment #4 from roland at gcc dot gnu.org ---
Author: roland
Date: Wed Mar 12 22:42:13 2014
New Revision: 208519

URL: http://gcc.gnu.org/viewcvs?rev=208519&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:
    trunk/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc   (with
props)
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/libsupc++/eh_call.cc

Propchange: trunk/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc
            ('svn:eol-style' added)

Reply via email to