Commit 101ee3cc by Jonathan Wakely Committed by Jonathan Wakely

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

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

From-SVN: r243351
parent 63915a91
2016-12-07 Jonathan Wakely <jwakely@redhat.com> 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 * testsuite/18_support/headers/new/synopsis.cc: Add C++14 and C++17
declarations. declarations.
* testsuite/18_support/headers/new/synopsis_cxx98.cc: New test. * testsuite/18_support/headers/new/synopsis_cxx98.cc: New test.
......
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
// with this library; see the file COPYING3. If not see // with this library; see the file COPYING3. If not see
// <http://www.gnu.org/licenses/>. // <http://www.gnu.org/licenses/>.
// { dg-options "-Wno-deprecated" }
// { dg-do run { target c++14_down } }
#include <exception> #include <exception>
#include <cstdlib> #include <cstdlib>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment