Disable test using std::set_unexcepted for C++17

* testsuite/18_support/bad_exception/59392.cc: Disable for C++17.

From-SVN: r243351
This commit is contained in:
Jonathan Wakely 2016-12-07 15:22:37 +00:00 committed by Jonathan Wakely
parent 63915a91ab
commit 101ee3cc73
2 changed files with 5 additions and 0 deletions

View 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.

View 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>