* testsuite/18_support/bad_exception/59392.cc: Disable for C++17.
From-SVN: r243351
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.
// 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>