]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/18_support/exception_ptr/current_exception.cc
freestanding.cc: Prefer -std=gnu++11.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 18_support / exception_ptr / current_exception.cc
index 42fa024e0cf9648941c5889fbf1b2af0c80d8e04..78d54db0e363ba1526297897dbd9ba776aaabd0d 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // 2008-05-25  Sebastian Redl  <sebastian.redl@getdesigned.at>