From 101ee3cc73dc50f11233b857614b786fcab06c98 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 7 Dec 2016 15:22:37 +0000 Subject: [PATCH] Disable test using std::set_unexcepted for C++17 * testsuite/18_support/bad_exception/59392.cc: Disable for C++17. From-SVN: r243351 --- libstdc++-v3/ChangeLog | 2 ++ libstdc++-v3/testsuite/18_support/bad_exception/59392.cc | 3 +++ 2 files changed, 5 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index e92e6d8a5412..c9cf692725d1 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 1f11e7aaf7ba..717f229850fb 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 -- 2.47.2