re PR libstdc++/64241 (make_exception_ptr returns garbage with -fno-exceptions)
authorJonathan Wakely <jwakely@redhat.com>
Fri, 12 Dec 2014 15:10:08 +0000 (15:10 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 12 Dec 2014 15:10:08 +0000 (15:10 +0000)
commit8f596ff51a4177ce494b6567c83a2fa0bbf12c71
tree7495594fbd2fed9ddef1699b6279da6a6968dbd0
parentdd92baee2ac422ac25fe6fdf1f1e650ca846526f
re PR libstdc++/64241 (make_exception_ptr returns garbage with -fno-exceptions)

PR libstdc++/64241
* libsupc++/exception_ptr.h: Return empty object when exceptions are
disabled.
* testsuite/18_support/exception_ptr/64241.cc: New.

From-SVN: r218675
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/exception_ptr.h
libstdc++-v3/testsuite/18_support/exception_ptr/64241.cc [new file with mode: 0644]