From: Jonathan Wakely Date: Wed, 7 Dec 2016 15:22:37 +0000 (+0000) Subject: Disable test using std::set_unexcepted for C++17 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=101ee3cc73dc50f11233b857614b786fcab06c98;p=gcc.git Disable test using std::set_unexcepted for C++17 * testsuite/18_support/bad_exception/59392.cc: Disable for C++17. From-SVN: r243351 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e92e6d8a541..c9cf692725d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,7 @@ 2016-12-07 Jonathan Wakely + * testsuite/18_support/bad_exception/59392.cc: Disable for C++17. + * testsuite/18_support/headers/new/synopsis.cc: Add C++14 and C++17 declarations. * testsuite/18_support/headers/new/synopsis_cxx98.cc: New test. diff --git a/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc b/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc index 1f11e7aaf7b..717f229850f 100644 --- a/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc +++ b/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc @@ -15,6 +15,9 @@ // with this library; see the file COPYING3. If not see // . +// { dg-options "-Wno-deprecated" } +// { dg-do run { target c++14_down } } + #include #include