re PR libstdc++/62258 (uncaught_exception() equals to `true' after rethrow_exception())
authorDmitry Prokoptsev <dprokoptsev@gmail.com>
Mon, 27 Apr 2015 19:44:30 +0000 (19:44 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 27 Apr 2015 19:44:30 +0000 (20:44 +0100)
commitf5eedc39151dca5788a9b070bf72a806db69e57a
tree83450d7ed57dab0a3dbd17d3b4a4fe0700ea4b8b
parent2f6bd6eb67a11faef36ab3420cf6783de15e4760
re PR libstdc++/62258 (uncaught_exception() equals to `true' after rethrow_exception())

2015-04-27  Dmitry Prokoptsev  <dprokoptsev@gmail.com>
    Michael Hanselmann  <public@hansmi.ch>

PR libstdc++/62258
* libsupc++/eh_ptr.cc (rethrow_exception): Increment count of
uncaught exceptions.
* testsuite/18_support/exception_ptr/62258.cc: New.

Co-Authored-By: Michael Hanselmann <public@hansmi.ch>
From-SVN: r222480
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/eh_ptr.cc
libstdc++-v3/testsuite/18_support/exception_ptr/62258.cc [new file with mode: 0644]