diff options
author | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2016-06-30 14:17:47 +0000 |
---|---|---|
committer | Thomas Preud'homme <thopre01@gcc.gnu.org> | 2016-06-30 14:17:47 +0000 |
commit | 72fb6bae83446096e467e3713e8e40b2433f8220 (patch) | |
tree | 22853e1d1745708356c6276530223d102f2c1da6 | |
parent | 205cccc7c8ed017684b946dbfef48b9b013c5c51 (diff) | |
download | gcc-72fb6bae83446096e467e3713e8e40b2433f8220.zip gcc-72fb6bae83446096e467e3713e8e40b2433f8220.tar.gz gcc-72fb6bae83446096e467e3713e8e40b2433f8220.tar.bz2 |
65913.cc: Require atomic-builtins rather than specific target.
2016-06-30 Thomas Preud'homme <thomas.preudhomme@arm.com>
libstdc++-v3/
* testsuite/29_atomics/atomic/65913.cc: Require atomic-builtins rather
than specific target.
From-SVN: r237879
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/29_atomics/atomic/65913.cc | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c7e0b32..a276453 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2016-06-30 Thomas Preud'homme <thomas.preudhomme@arm.com> + + * testsuite/29_atomics/atomic/65913.cc: Require atomic-builtins rather + than specific target. + 2016-06-27 François Dumont <fdumont@gcc.gnu.org> PR libstdc++/71640 diff --git a/libstdc++-v3/testsuite/29_atomics/atomic/65913.cc b/libstdc++-v3/testsuite/29_atomics/atomic/65913.cc index 713ef42..32a58ec 100644 --- a/libstdc++-v3/testsuite/29_atomics/atomic/65913.cc +++ b/libstdc++-v3/testsuite/29_atomics/atomic/65913.cc @@ -15,7 +15,8 @@ // with this library; see the file COPYING3. If not see // <http://www.gnu.org/licenses/>. -// { dg-do run { target x86_64-*-linux* powerpc*-*-linux* } } +// { dg-do run } +// { dg-require-atomic-builtins "" } // { dg-options "-std=gnu++11 -O0" } #include <atomic> |