re PR libstdc++/64483 (FAIL: 18_support/exception_ptr/64241.cc (test for excess errors))

PR libstdc++/64483
	* testsuite/18_support/exception_ptr/64241.cc: Use
	dg-require-atomic-builtins.

From-SVN: r219174
This commit is contained in:
Jonathan Wakely 2015-01-04 14:03:11 +00:00 committed by Jonathan Wakely
parent ec8fd1c0e3
commit f034f3709a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2015-01-04 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/64483
* testsuite/18_support/exception_ptr/64241.cc: Use
dg-require-atomic-builtins.
2015-01-02 Jonathan Wakely <jwakely@redhat.com>
* testsuite/21_strings/basic_string/modifiers/64422.cc: Fix copyright

View File

@ -16,6 +16,7 @@
// <http://www.gnu.org/licenses/>.
// { dg-options "-std=gnu++11 -fno-exceptions -O0" }
// { dg-require-atomic-builtins "" }
#include <exception>
#include <testsuite_hooks.h>