65913.cc: Require atomic-builtins rather than specific target.
authorThomas Preud'homme <thomas.preudhomme@arm.com>
Thu, 30 Jun 2016 14:17:47 +0000 (14:17 +0000)
committerThomas Preud'homme <thopre01@gcc.gnu.org>
Thu, 30 Jun 2016 14:17:47 +0000 (14:17 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/29_atomics/atomic/65913.cc

index c7e0b326ff864b9a1883b929729739edcdafce48..a27645315790118915e52e098e556e9992ecf445 100644 (file)
@@ -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
index 713ef42d03cb9f7c1e691995df2d0943e24036c3..32a58ec991b41c74aafab84deed2c543d72505f5 100644 (file)
@@ -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>