]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/29_atomics/atomic/65913.cc
Use effective-target instead of -std options
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 29_atomics / atomic / 65913.cc
index 32a58ec991b41c74aafab84deed2c543d72505f5..becafad3b33f847871ce599d0fa7f63517a57b31 100644 (file)
@@ -15,9 +15,9 @@
 // with this library; see the file COPYING3.  If not see
 // <http://www.gnu.org/licenses/>.
 
-// { dg-do run }
+// { dg-do run { target c++11 } }
 // { dg-require-atomic-builtins "" }
-// { dg-options "-std=gnu++11 -O0" }
+// { dg-options "-O0" }
 
 #include <atomic>
 #include <testsuite_hooks.h>