From: Jonathan Wakely Date: Sun, 4 Jan 2015 14:03:11 +0000 (+0000) Subject: re PR libstdc++/64483 (FAIL: 18_support/exception_ptr/64241.cc (test for excess errors)) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f034f3709a209499eb723c0e9f67d48c767e72a3;p=gcc.git 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 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fb5d6211155..a61b834c3f0 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2015-01-04 Jonathan Wakely + + PR libstdc++/64483 + * testsuite/18_support/exception_ptr/64241.cc: Use + dg-require-atomic-builtins. + 2015-01-02 Jonathan Wakely * 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 c7e1433b74d..362bb71be21 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 @@ // . // { dg-options "-std=gnu++11 -fno-exceptions -O0" } +// { dg-require-atomic-builtins "" } #include #include