From: redi Date: Sun, 4 Jan 2015 14:03:11 +0000 (+0000) Subject: PR libstdc++/64483 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=630c1f9b99826306c46a4ef1724e0ea6f5c6ec55;p=thirdparty%2Fgcc.git PR libstdc++/64483 * testsuite/18_support/exception_ptr/64241.cc: Use dg-require-atomic-builtins. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219174 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fb5d62111555..a61b834c3f01 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 c7e1433b74d1..362bb71be210 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