]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR libstdc++/81469 deprecate std::uncaught_exception for C++17
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Sep 2017 16:34:49 +0000 (16:34 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Sep 2017 16:34:49 +0000 (16:34 +0000)
commit194e23e922e5255f1d59b9bb0e2acc4ac9a2dc38
treec2596648bf96433f4ea173e2453ba31220dd6f83
parentb644c5b6ced3facbc5efdadae4a9bdfb2841fffe
PR libstdc++/81469 deprecate std::uncaught_exception for C++17

PR libstdc++/81469
* libsupc++/exception (uncaught_exception): Deprecate for C++17.
* testsuite/18_support/exception_ptr/62258.cc: Add -Wno-deprecated.
* testsuite/18_support/uncaught_exception/14026.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@253018 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/libsupc++/exception
libstdc++-v3/testsuite/18_support/exception_ptr/62258.cc
libstdc++-v3/testsuite/18_support/uncaught_exception/14026.cc