aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2015-01-04 14:03:11 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2015-01-04 14:03:11 +0000
commitf034f3709a209499eb723c0e9f67d48c767e72a3 (patch)
treec59039c0524cf46759f199366eb623fdae4071be
parentec8fd1c0e32b2232afdadf7b6f57f4f65695cbd4 (diff)
downloadgcc-f034f3709a209499eb723c0e9f67d48c767e72a3.zip
gcc-f034f3709a209499eb723c0e9f67d48c767e72a3.tar.gz
gcc-f034f3709a209499eb723c0e9f67d48c767e72a3.tar.bz2
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
-rw-r--r--libstdc++-v3/ChangeLog6
-rw-r--r--libstdc++-v3/testsuite/18_support/exception_ptr/64241.cc1
2 files changed, 7 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index fb5d621..a61b834 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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
diff --git a/libstdc++-v3/testsuite/18_support/exception_ptr/64241.cc b/libstdc++-v3/testsuite/18_support/exception_ptr/64241.cc
index c7e1433..362bb71 100644
--- a/libstdc++-v3/testsuite/18_support/exception_ptr/64241.cc
+++ b/libstdc++-v3/testsuite/18_support/exception_ptr/64241.cc
@@ -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>