re PR libstdc++/64483 (FAIL: 18_support/exception_ptr/64241.cc (test for excess errors))
authorJonathan Wakely <jwakely@redhat.com>
Sun, 4 Jan 2015 14:03:11 +0000 (14:03 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sun, 4 Jan 2015 14:03:11 +0000 (14:03 +0000)
PR libstdc++/64483
* testsuite/18_support/exception_ptr/64241.cc: Use
dg-require-atomic-builtins.

From-SVN: r219174

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/18_support/exception_ptr/64241.cc

index fb5d62111555b328bb1972afd7e5b45adf26bbf3..a61b834c3f01b47949fb1295d9b559cf0f215590 100644 (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
index c7e1433b74d1f306ce5487f6f997e83df115ddd9..362bb71be210d68c3ee964c907b71e79a4f1257f 100644 (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>