Message ID | 20161207152244.GU6326@redhat.com |
---|---|
State | New |
Headers | show |
commit dcd76a3e0fb57c41eb8c89bc39f0d543c268f7fb Author: Jonathan Wakely <jwakely@redhat.com> Date: Wed Dec 7 13:11:36 2016 +0000 Disable test using std::set_unexcepted for C++17 * testsuite/18_support/bad_exception/59392.cc: Disable for C++17. diff --git a/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc b/libstdc++-v3/testsuite/18_support/bad_exception/59392.cc index 1f11e7a..717f229 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 // <http://www.gnu.org/licenses/>. +// { dg-options "-Wno-deprecated" } +// { dg-do run { target c++14_down } } + #include <exception> #include <cstdlib>