]> git.ipfire.org Git - thirdparty/gcc.git/commit
Backport fix for PR libstdc++/62258 from mainline
authorJonathan Wakely <jwakely@redhat.com>
Thu, 3 Sep 2015 16:02:07 +0000 (17:02 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Thu, 3 Sep 2015 16:02:07 +0000 (17:02 +0100)
commit65a7226b8c4b1041fef23ad10ad06589682d76f8
tree14ba94997e521312831852900b285578b68bec98
parent71d4ec6f50f17d3e9df2a8648e74700a8a68dcfb
Backport fix for PR libstdc++/62258 from mainline

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.

From-SVN: r227456
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/eh_ptr.cc
libstdc++-v3/testsuite/18_support/exception_ptr/62258.cc [new file with mode: 0644]