Disable test using std::set_unexcepted for C++17
authorJonathan Wakely <jwakely@redhat.com>
Wed, 7 Dec 2016 15:22:37 +0000 (15:22 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 7 Dec 2016 15:22:37 +0000 (15:22 +0000)
* testsuite/18_support/bad_exception/59392.cc: Disable for C++17.

From-SVN: r243351

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/18_support/bad_exception/59392.cc

index e92e6d8a5412d979a5ef8d12d0ce1d58fc41f4c0..c9cf692725d1f84e4a920d3a8936c4d7aeee46e9 100644 (file)
@@ -1,5 +1,7 @@
 2016-12-07  Jonathan Wakely  <jwakely@redhat.com>
 
+       * 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.
index 1f11e7aaf7ba834d4a9afd6483bbccdb9f5b3a3a..717f229850fb660fa52f2e7f3c0fbec3fe15c72d 100644 (file)
@@ -15,6 +15,9 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
+// { dg-options "-Wno-deprecated" }
+// { dg-do run { target c++14_down } }
+
 #include <exception>
 #include <cstdlib>