diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2015-01-04 14:03:11 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2015-01-04 14:03:11 +0000 |
commit | f034f3709a209499eb723c0e9f67d48c767e72a3 (patch) | |
tree | c59039c0524cf46759f199366eb623fdae4071be | |
parent | ec8fd1c0e32b2232afdadf7b6f57f4f65695cbd4 (diff) | |
download | gcc-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/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/18_support/exception_ptr/64241.cc | 1 |
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> |