]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
freestanding.cc: Prefer -std=gnu++11.
authorPaolo Carlini <paolo.carlini@oracle.com>
Wed, 15 Oct 2014 18:31:10 +0000 (18:31 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 15 Oct 2014 18:31:10 +0000 (18:31 +0000)
2014-10-15  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/17_intro/freestanding.cc: Prefer -std=gnu++11.
* testsuite/17_intro/headers/c++200x/42319.cc: Likewise.
* testsuite/17_intro/headers/c++200x/all_no_exceptions.cc: Likewise.
* testsuite/17_intro/headers/c++200x/all_no_rtti.cc: Likewise.
* testsuite/17_intro/headers/c++200x/all_pedantic_errors.cc: Likewise.
* testsuite/17_intro/headers/c++200x/operator_names.cc: Likewise.
* testsuite/17_intro/headers/c++200x/stdc++.cc: Likewise.
* testsuite/17_intro/headers/c++200x/stdc++_multiple_inclusion.cc:
Likewise.
* testsuite/17_intro/using_namespace_std_tr1_neg.cc: Likewise.
* testsuite/18_support/exception_ptr/40296.cc: Likewise.
* testsuite/18_support/exception_ptr/current_exception.cc: Likewise.
* testsuite/18_support/exception_ptr/lifespan.cc: Likewise.
* testsuite/18_support/exception_ptr/make_exception_ptr.cc: Likewise.
* testsuite/18_support/exception_ptr/move.cc: Likewise.
* testsuite/18_support/exception_ptr/requirements.cc: Likewise.
* testsuite/18_support/exception_ptr/requirements_neg.cc: Likewise.
* testsuite/18_support/exception_ptr/rethrow_exception.cc: Likewise.
* testsuite/18_support/headers/cstdint/types_std_c++0x.cc: Likewise.
* testsuite/18_support/initializer_list/constexpr.cc: Likewise.
* testsuite/18_support/initializer_list/range_access.cc: Likewise.
* testsuite/18_support/initializer_list/requirements/
constexpr_functions.cc: Likewise.
* testsuite/18_support/initializer_list/requirements/
explicit_instantiation.cc: Likewise.
* testsuite/18_support/initializer_list/requirements/typedefs.cc:
Likewise.
* testsuite/18_support/nested_exception/51438.cc: Likewise.
* testsuite/18_support/nested_exception/cons.cc: Likewise.
* testsuite/18_support/nested_exception/nested_ptr.cc: Likewise.
* testsuite/18_support/nested_exception/rethrow_if_nested.cc: Likewise.
* testsuite/18_support/nested_exception/rethrow_nested.cc: Likewise.
* testsuite/18_support/nested_exception/throw_with_nested.cc: Likewise.
* testsuite/18_support/numeric_limits/40856.cc: Likewise.
* testsuite/18_support/numeric_limits/char16_32_t.cc: Likewise.
* testsuite/18_support/numeric_limits/cons/default_c++0x.cc: Likewise.
* testsuite/18_support/numeric_limits/dr559.cc: Likewise.
* testsuite/18_support/numeric_limits/lowest.cc: Likewise.
* testsuite/18_support/numeric_limits/max_digits10.cc: Likewise.
* testsuite/18_support/numeric_limits/requirements/
constexpr_data.cc: Likewise.
* testsuite/18_support/numeric_limits/requirements/
constexpr_functions.cc: Likewise.
* testsuite/18_support/type_info/fundamental.cc: Likewise.
* testsuite/18_support/type_info/hash_code.cc: Likewise.
* testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Likewise.
* testsuite/19_diagnostics/error_category/cons/default.cc: Likewise.
* testsuite/19_diagnostics/error_category/operators/equal.cc: Likewise.
* testsuite/19_diagnostics/error_category/operators/not_equal.cc:
Likewise.
* testsuite/19_diagnostics/error_code/cons/1.cc: Likewise.
* testsuite/19_diagnostics/error_code/cons/39882.cc: Likewise.
* testsuite/19_diagnostics/error_code/modifiers/39882.cc: Likewise.
* testsuite/19_diagnostics/error_code/operators/bool.cc: Likewise.
* testsuite/19_diagnostics/error_code/operators/bool_neg.cc: Likewise.
* testsuite/19_diagnostics/error_code/operators/equal.cc: Likewise.
* testsuite/19_diagnostics/error_code/operators/not_equal.cc: Likewise.
* testsuite/19_diagnostics/error_condition/cons/1.cc: Likewise.
* testsuite/19_diagnostics/error_condition/cons/39881.cc: Likewise.
* testsuite/19_diagnostics/error_condition/modifiers/39881.cc: Likewise.
* testsuite/19_diagnostics/error_condition/operators/bool.cc: Likewise.
* testsuite/19_diagnostics/error_condition/operators/bool_neg.cc:
Likewise.
* testsuite/19_diagnostics/error_condition/operators/equal.cc: Likewise.
* testsuite/19_diagnostics/error_condition/operators/not_equal.cc:
Likewise.
* testsuite/19_diagnostics/headers/system_error/34538.cc: Likewise.
* testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc:
Likewise.
* testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc:
Likewise.
* testsuite/19_diagnostics/logic_error/what-3.cc: Likewise.
* testsuite/19_diagnostics/system_error/39880.cc: Likewise.
* testsuite/19_diagnostics/system_error/cons-1.cc: Likewise.
* testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc:
Likewise.
* testsuite/19_diagnostics/system_error/what-1.cc: Likewise.
* testsuite/19_diagnostics/system_error/what-2.cc: Likewise.
* testsuite/19_diagnostics/system_error/what-3.cc: Likewise.
* testsuite/19_diagnostics/system_error/what-4.cc: Likewise.
* testsuite/19_diagnostics/system_error/what-big.cc: Likewise.

From-SVN: r216282

70 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/17_intro/freestanding.cc
libstdc++-v3/testsuite/17_intro/headers/c++200x/42319.cc
libstdc++-v3/testsuite/17_intro/headers/c++200x/all_no_exceptions.cc
libstdc++-v3/testsuite/17_intro/headers/c++200x/all_no_rtti.cc
libstdc++-v3/testsuite/17_intro/headers/c++200x/all_pedantic_errors.cc
libstdc++-v3/testsuite/17_intro/headers/c++200x/operator_names.cc
libstdc++-v3/testsuite/17_intro/headers/c++200x/stdc++.cc
libstdc++-v3/testsuite/17_intro/headers/c++200x/stdc++_multiple_inclusion.cc
libstdc++-v3/testsuite/17_intro/using_namespace_std_tr1_neg.cc
libstdc++-v3/testsuite/18_support/exception_ptr/40296.cc
libstdc++-v3/testsuite/18_support/exception_ptr/current_exception.cc
libstdc++-v3/testsuite/18_support/exception_ptr/lifespan.cc
libstdc++-v3/testsuite/18_support/exception_ptr/make_exception_ptr.cc
libstdc++-v3/testsuite/18_support/exception_ptr/move.cc
libstdc++-v3/testsuite/18_support/exception_ptr/requirements.cc
libstdc++-v3/testsuite/18_support/exception_ptr/requirements_neg.cc
libstdc++-v3/testsuite/18_support/exception_ptr/rethrow_exception.cc
libstdc++-v3/testsuite/18_support/headers/cstdint/types_std_c++0x.cc
libstdc++-v3/testsuite/18_support/initializer_list/constexpr.cc
libstdc++-v3/testsuite/18_support/initializer_list/range_access.cc
libstdc++-v3/testsuite/18_support/initializer_list/requirements/constexpr_functions.cc
libstdc++-v3/testsuite/18_support/initializer_list/requirements/explicit_instantiation.cc
libstdc++-v3/testsuite/18_support/initializer_list/requirements/typedefs.cc
libstdc++-v3/testsuite/18_support/nested_exception/51438.cc
libstdc++-v3/testsuite/18_support/nested_exception/cons.cc
libstdc++-v3/testsuite/18_support/nested_exception/nested_ptr.cc
libstdc++-v3/testsuite/18_support/nested_exception/rethrow_if_nested.cc
libstdc++-v3/testsuite/18_support/nested_exception/rethrow_nested.cc
libstdc++-v3/testsuite/18_support/nested_exception/throw_with_nested.cc
libstdc++-v3/testsuite/18_support/numeric_limits/40856.cc
libstdc++-v3/testsuite/18_support/numeric_limits/char16_32_t.cc
libstdc++-v3/testsuite/18_support/numeric_limits/cons/default_c++0x.cc
libstdc++-v3/testsuite/18_support/numeric_limits/dr559.cc
libstdc++-v3/testsuite/18_support/numeric_limits/lowest.cc
libstdc++-v3/testsuite/18_support/numeric_limits/max_digits10.cc
libstdc++-v3/testsuite/18_support/numeric_limits/requirements/constexpr_data.cc
libstdc++-v3/testsuite/18_support/numeric_limits/requirements/constexpr_functions.cc
libstdc++-v3/testsuite/18_support/type_info/fundamental.cc
libstdc++-v3/testsuite/18_support/type_info/hash_code.cc
libstdc++-v3/testsuite/19_diagnostics/error_category/cons/copy_neg.cc
libstdc++-v3/testsuite/19_diagnostics/error_category/cons/default.cc
libstdc++-v3/testsuite/19_diagnostics/error_category/operators/equal.cc
libstdc++-v3/testsuite/19_diagnostics/error_category/operators/not_equal.cc
libstdc++-v3/testsuite/19_diagnostics/error_code/cons/1.cc
libstdc++-v3/testsuite/19_diagnostics/error_code/cons/39882.cc
libstdc++-v3/testsuite/19_diagnostics/error_code/modifiers/39882.cc
libstdc++-v3/testsuite/19_diagnostics/error_code/operators/bool.cc
libstdc++-v3/testsuite/19_diagnostics/error_code/operators/bool_neg.cc
libstdc++-v3/testsuite/19_diagnostics/error_code/operators/equal.cc
libstdc++-v3/testsuite/19_diagnostics/error_code/operators/not_equal.cc
libstdc++-v3/testsuite/19_diagnostics/error_condition/cons/1.cc
libstdc++-v3/testsuite/19_diagnostics/error_condition/cons/39881.cc
libstdc++-v3/testsuite/19_diagnostics/error_condition/modifiers/39881.cc
libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/bool.cc
libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/bool_neg.cc
libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/equal.cc
libstdc++-v3/testsuite/19_diagnostics/error_condition/operators/not_equal.cc
libstdc++-v3/testsuite/19_diagnostics/headers/system_error/34538.cc
libstdc++-v3/testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc
libstdc++-v3/testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc
libstdc++-v3/testsuite/19_diagnostics/logic_error/what-3.cc
libstdc++-v3/testsuite/19_diagnostics/system_error/39880.cc
libstdc++-v3/testsuite/19_diagnostics/system_error/cons-1.cc
libstdc++-v3/testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc
libstdc++-v3/testsuite/19_diagnostics/system_error/what-1.cc
libstdc++-v3/testsuite/19_diagnostics/system_error/what-2.cc
libstdc++-v3/testsuite/19_diagnostics/system_error/what-3.cc
libstdc++-v3/testsuite/19_diagnostics/system_error/what-4.cc
libstdc++-v3/testsuite/19_diagnostics/system_error/what-big.cc

index 6198531ef383cd987d45459cd6854fc228b31a00..9be46b0a8273024a3ede8e01ccb6e1e1dace917a 100644 (file)
@@ -1,3 +1,87 @@
+2014-10-15  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * testsuite/17_intro/freestanding.cc: Prefer -std=gnu++11.
+       * testsuite/17_intro/headers/c++200x/42319.cc: Likewise.
+       * testsuite/17_intro/headers/c++200x/all_no_exceptions.cc: Likewise.
+       * testsuite/17_intro/headers/c++200x/all_no_rtti.cc: Likewise.
+       * testsuite/17_intro/headers/c++200x/all_pedantic_errors.cc: Likewise.
+       * testsuite/17_intro/headers/c++200x/operator_names.cc: Likewise.
+       * testsuite/17_intro/headers/c++200x/stdc++.cc: Likewise.
+       * testsuite/17_intro/headers/c++200x/stdc++_multiple_inclusion.cc:
+       Likewise.
+       * testsuite/17_intro/using_namespace_std_tr1_neg.cc: Likewise.
+       * testsuite/18_support/exception_ptr/40296.cc: Likewise.
+       * testsuite/18_support/exception_ptr/current_exception.cc: Likewise.
+       * testsuite/18_support/exception_ptr/lifespan.cc: Likewise.
+       * testsuite/18_support/exception_ptr/make_exception_ptr.cc: Likewise.
+       * testsuite/18_support/exception_ptr/move.cc: Likewise.
+       * testsuite/18_support/exception_ptr/requirements.cc: Likewise.
+       * testsuite/18_support/exception_ptr/requirements_neg.cc: Likewise.
+       * testsuite/18_support/exception_ptr/rethrow_exception.cc: Likewise.
+       * testsuite/18_support/headers/cstdint/types_std_c++0x.cc: Likewise.
+       * testsuite/18_support/initializer_list/constexpr.cc: Likewise.
+       * testsuite/18_support/initializer_list/range_access.cc: Likewise.
+       * testsuite/18_support/initializer_list/requirements/
+       constexpr_functions.cc: Likewise.
+       * testsuite/18_support/initializer_list/requirements/
+       explicit_instantiation.cc: Likewise.
+       * testsuite/18_support/initializer_list/requirements/typedefs.cc:
+       Likewise.
+       * testsuite/18_support/nested_exception/51438.cc: Likewise.
+       * testsuite/18_support/nested_exception/cons.cc: Likewise.
+       * testsuite/18_support/nested_exception/nested_ptr.cc: Likewise.
+       * testsuite/18_support/nested_exception/rethrow_if_nested.cc: Likewise.
+       * testsuite/18_support/nested_exception/rethrow_nested.cc: Likewise.
+       * testsuite/18_support/nested_exception/throw_with_nested.cc: Likewise.
+       * testsuite/18_support/numeric_limits/40856.cc: Likewise.
+       * testsuite/18_support/numeric_limits/char16_32_t.cc: Likewise.
+       * testsuite/18_support/numeric_limits/cons/default_c++0x.cc: Likewise.
+       * testsuite/18_support/numeric_limits/dr559.cc: Likewise.
+       * testsuite/18_support/numeric_limits/lowest.cc: Likewise.
+       * testsuite/18_support/numeric_limits/max_digits10.cc: Likewise.
+       * testsuite/18_support/numeric_limits/requirements/
+       constexpr_data.cc: Likewise.
+       * testsuite/18_support/numeric_limits/requirements/
+       constexpr_functions.cc: Likewise.
+       * testsuite/18_support/type_info/fundamental.cc: Likewise.
+       * testsuite/18_support/type_info/hash_code.cc: Likewise.
+       * testsuite/19_diagnostics/error_category/cons/copy_neg.cc: Likewise.
+       * testsuite/19_diagnostics/error_category/cons/default.cc: Likewise.
+       * testsuite/19_diagnostics/error_category/operators/equal.cc: Likewise.
+       * testsuite/19_diagnostics/error_category/operators/not_equal.cc:
+       Likewise.
+       * testsuite/19_diagnostics/error_code/cons/1.cc: Likewise.
+       * testsuite/19_diagnostics/error_code/cons/39882.cc: Likewise.
+       * testsuite/19_diagnostics/error_code/modifiers/39882.cc: Likewise.
+       * testsuite/19_diagnostics/error_code/operators/bool.cc: Likewise.
+       * testsuite/19_diagnostics/error_code/operators/bool_neg.cc: Likewise.
+       * testsuite/19_diagnostics/error_code/operators/equal.cc: Likewise.
+       * testsuite/19_diagnostics/error_code/operators/not_equal.cc: Likewise.
+       * testsuite/19_diagnostics/error_condition/cons/1.cc: Likewise.
+       * testsuite/19_diagnostics/error_condition/cons/39881.cc: Likewise.
+       * testsuite/19_diagnostics/error_condition/modifiers/39881.cc: Likewise.
+       * testsuite/19_diagnostics/error_condition/operators/bool.cc: Likewise.
+       * testsuite/19_diagnostics/error_condition/operators/bool_neg.cc:
+       Likewise.
+       * testsuite/19_diagnostics/error_condition/operators/equal.cc: Likewise.
+       * testsuite/19_diagnostics/error_condition/operators/not_equal.cc:
+       Likewise.
+       * testsuite/19_diagnostics/headers/system_error/34538.cc: Likewise.
+       * testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc:
+       Likewise.
+       * testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc:
+       Likewise.
+       * testsuite/19_diagnostics/logic_error/what-3.cc: Likewise.
+       * testsuite/19_diagnostics/system_error/39880.cc: Likewise.
+       * testsuite/19_diagnostics/system_error/cons-1.cc: Likewise.
+       * testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc:
+       Likewise.
+       * testsuite/19_diagnostics/system_error/what-1.cc: Likewise.
+       * testsuite/19_diagnostics/system_error/what-2.cc: Likewise.
+       * testsuite/19_diagnostics/system_error/what-3.cc: Likewise.
+       * testsuite/19_diagnostics/system_error/what-4.cc: Likewise.
+       * testsuite/19_diagnostics/system_error/what-big.cc: Likewise.
+
 2014-10-15  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * testsuite/20_util/bind/57899.cc: Prefer -std=gnu++11.
index 7123f2a588fbb90f6573726c2d673cc10e3dadf7..fb5857e6d5fec88ca53a9dfa1c27f25821c77898 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-x c -std=gnu++0x -lsupc++ -fvtable-verify=none" }
+// { dg-options "-x c -std=gnu++11 -lsupc++ -fvtable-verify=none" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
 //
index 94d22b1d0831504796b53c1f024cce6a98ab05bd..9f838976d0130126f76515d851fed6f2ada85cf1 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
 //
index 25fec2ab33c85576f5dfd1cc7ce8b9495bfb4126..8bc9cdc47e3853b3ffc240a60bb3ff2becbef83e 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -fno-exceptions" }
+// { dg-options "-std=gnu++11 -fno-exceptions" }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
 //
index bf6d7683a44f1df97189d74ed93d35e6e194656c..0aaf83bb0acc8d1615fc73724dc1aa1f61fe5ad5 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -fno-rtti" }
+// { dg-options "-std=gnu++11 -fno-rtti" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
 //
index 9094e24a9602cf6bf85327d0bde75d78fb099c95..09dde3bfea6d830add56df2b4ce965a8300df01a 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -pedantic-errors" }
+// { dg-options "-std=gnu++11 -pedantic-errors" }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
 //
index e332cce263f804288dae7cd401a60361f6782792..598bc62f0d8d32e6142c43b57875deb804e61f08 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -fno-operator-names" }
+// { dg-options "-std=gnu++11 -fno-operator-names" }
 
 // Copyright (C) 2011-2014 Free Software Foundation, Inc.
 //
index 38508a90b366681c4e1c7648ea3de39030222016..e37fc4288d6e50922032d930e4937e210d59f71b 100644 (file)
@@ -1,6 +1,6 @@
 // FreeBSD wants warning clean system headers:
 // { dg-options "-Wall -Wsystem-headers" { target *-*-freebsd* *-*-dragonfly* } }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
index 28a271b354b5f9b0b0e4e9b5158171d7cb216faf..ed1c3a3268df5cc26c2694ed844b22dea6bf8c2b 100644 (file)
@@ -1,6 +1,6 @@
 // FreeBSD wants warning clean system headers:
 // { dg-options "-Wall -Wsystem-headers" { target *-*-freebsd* *-*-dragonfly* } }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
index b01fa593733c11125e94be4dae34761d77f19f3a..49bf05eb9660ed3e608f7f59b85b6b9ddf7ee331 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
index d0538aaffe0f3a09736abc2781f322ea4f5792f9..f606ccfdec3bbe8f9e40dc80f606cb1d924120e8 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
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>
index f7377d35b6204d987ddaa43a12e139a9b638a3ec..9d8ac91f013287ebb5a08946a4efd940aeb55953 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>
index 62ed4f75e786a6a3ff02fb52bee2a44353d61164..505109fa31dcfd8678d61a743649f9ed03b5628a 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
index 9ee2c2dd7d77ea7e5613ab7bf46c4c9dcc4a92d5..a4007f1e347a01556b064680ac9fca11104e141c 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
index e342e54429644b5b88aa258faa63ccd50f5711ed..95bdb94ab8102f7323dae77c1f7aa88475307c6c 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
index 6a5d52c11064cc8855fcdf17658d1563cfdc34c2..1724c31cce1e4569c54d49d2d5a8d8ef34b7df1d 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
index 21e345e6d54ac2906f226d43ae4047d2063a50c1..2868818fb4ebea7244a83963efc32ab6c65363e6 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>
index 7980913db1717da5af5d44846527ba32f5f9f08d..79e82739b38dba3e78315e079cda2b26c92f568d 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
index de75256178f1d3fb80d2b56c0bb4edec38edf725..80ce20564fffc0ae5db55f6870a8302b22ab9807 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
 //
index 495acfc488e0d4ad330eb113015a714c4776b51f..d63eb1a76c678688a9c05daee94cd2802ec9cbe2 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
 //
index 61bf7494ba812a776ec847fd442510f1c175ff73..0d1af2c2458659082727b79745f711c9a399da4a 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
 //
index 34a48d7f4904548242b095a26fe011db34c70b30..f812d1895402e852a49ae2aabe70a9be1a67a66f 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // 2009-05-27 Benjamin Kosnik <bkoz@redhat.com>
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
index bb87b4713a3bcf286fd4ea6f778a9fdf4245eb25..882d7fd08ecb866cbdbb0a078701b57bce75b6e0 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // 2009-05-27 Benjamin Kosnik <bkoz@redhat.com>
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
index 45c3fa357a377a59bb7496486df584622376e0b2..61878c809bb77880151fa695426fe93494dbc524 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2011-2014 Free Software Foundation, Inc.
index 3d3ad0f91f53e229b364945d4b446871d1b2e0f7..d2b1ab30b8eb307b036ffc40ec94a6b3aecc5270 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
index fcac82ef276b3f3515b3461c1d1ee9bbbe1a6b1c..0699b3b4a8d6a31ec85faab83d855afc76c4af75 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
index c3c0031a9a759e706def4292533d6dda2ca8a60e..c469b23f0a247893b941f7c8727642eb1f5fc9ff 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
index 8182fd4ad2efd34b5bcfc1be9d10fd1d9618f248..b8964aa6b7e4457344dde377c6760b4fca0d35f8 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
index 95853f92ab6a7d5131350f3d38720ddad706c1ac..8b22e2f78cd3cc51ef9934abef788e84771161d8 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
index 23a229c7afe94fef054bab0d2fafa0535a143391..a04673089d443723e5130bf972be9e9848879264 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2011-2014 Free Software Foundation, Inc.
index 0bcbfd9285cc67f5eaac9c029a69da8ced5b9089..945e79309101a91178a57e0e76ae637126d4da13 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 
 // 2008-05-20  Paolo Carlini  <paolo.carlini@oracle.com>
index f4b87a0bf26d0c273bae5c9951a9be33a284e3e6..3b26b1fb4d86ac65868e08af3407cfdce1a4be8d 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2008-2014 Free Software Foundation, Inc.
 //
index 9e4c45d2906242b51803a56f45bdbea0bb947b7b..7b812c668b2a011ca51b0acbc75ed7ab0601205c 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // 2010-02-17  Paolo Carlini  <paolo.carlini@oracle.com>
 //
index 633ddf2fd28779bb655fe8e81af562357ff5a26f..bb8975c6b4dafecd9929f9025c24d05d20e7618e 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-add-options ieee }
 
 // 2010-02-25  Ed Smith-Rowland
index 78ff76c553e3a1570c4d7fa9a5e0df071838bead..1c587b6e96598554d344d59d6e922caaf63c2cf6 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-add-options ieee }
 
 // 2010-02-25  Ed Smith-Rowland
index 238c2add0ef55e8aff82b961a54bb57e5cd6102e..2e07f7fd2183fd59d8b7ba8d7111990cc6d53402 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
 //
index ee638d2aaaadfb27535247d3610105e8a5dc56d7..5b6a9a4114acfcb75a29485309fcb59adac40018 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
 //
index 0dc40ebde23a5975f03e78891f2f356b3a362e5f..5c6ef317aeb8daca4e6d0bd6095b944c7f12bf4f 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-effective-target dfp }
 
 // 2011-02-23  Benjamin Kosnik  <bkoz@redhat.com>
index e1d752149c3db0933c60bacedb6eb9a7018c3703..49de71fb4a3792b6aee6f1d5df464ca29af007b7 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // 2010-09-21  Paolo Carlini  <paolo.carlini@oracle.com>
 //
index b35595b24f6ab81a53fc755c052b07513afd5050..ed495a6c45ff5ff23451e96eea8c8d33e93c6cdb 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 // 2007-08-22 Benjamin Kosnik  <bkoz@redhat.com>
 
index 7cb3fe05ca56c6ca7f80ab37807e9d56d7367568..e912f48d21cb94639bca46771205dc421cbc17e0 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // 2007-08-22 Benjamin Kosnik  <bkoz@redhat.com>
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
index 9fb9a4e1618aff672cb117995d48a25cb118912b..0c812c6dff879695028533a904ff23f9ea7f6499 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-additional-options "-static-libgcc" { target *-*-mingw* } }
 // 2007-08-22 Benjamin Kosnik  <bkoz@redhat.com>
 
index 3b93b9ab89d4629880d01d3070c20f7991a69e6a..38d12a8e3074737b0649c9cdb14879e986848476 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // 2007-08-22 Benjamin Kosnik  <bkoz@redhat.com>
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
index 6de0a01f926167af1d5c56da8d7062316c75518c..95e88b859b0aee8ab69d80d54e2a7b67cb9e2c5e 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
 // 2007-08-22 Benjamin Kosnik  <bkoz@redhat.com>
 
index 4f4a1a40ee150db9b52a7607e195c9face193d06..0c6aa3d3dba9cdeb5866b8958ce5adbb1f00accf 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
 //
index 2f7aea050c8d080daebf560b93f866f14b75805d..2ab0dfa85516d5d0ff1d5d4c25e802a528f2a27b 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
 //
index 733b6bae76e40dc89ef56b693102c8d03f7c9506..216b61e0bf64c3de815b890b3a907a118bb888a3 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
 // 2007-08-22 Benjamin Kosnik  <bkoz@redhat.com>
 
index 5a1eaed78ca69ac1e4307c979004d1351c64e995..55a066ea17ad1e18154ba942fd225d0b239f5949 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 // 2007-08-22 Benjamin Kosnik  <bkoz@redhat.com>
 
index fced9c753e43421b3a35b29d9d958de5e23d482f..1173501038ba4a2897df18558950c2fc23389d9d 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
 // 2007-08-22 Benjamin Kosnik  <bkoz@redhat.com>
 
index 6dd88dda9c9086f240e50ade727446c0a474c975..420a9522a2a05ddf01e71c53d65ba39537f03e6f 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
 // 2007-08-22 Benjamin Kosnik  <bkoz@redhat.com>
 
index 3e7ff328b0ab8d71088c9321da5a35768b536d95..a0dbd011b854f89fc896d7caf5eb641797a23ff2 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
 
 // Copyright (C) 2008-2014 Free Software Foundation, Inc.
index 35fe0d7f0f5f4f76940b9357a6f4f1b27aec92ee..10461d40134cb9f7ae7969cbf06a5a5a5efbecaf 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
 //
index 1393e96c3c026af01f0f960a4bdb3355dc11146f..076590cd57e1e3d13a943c8a72cdbcaa1e0381fe 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
 //
index 7bfb1394ad69f1f35473d1629200d7204d218747..604e5c83e9c04a610e481ca01cb45fa45e679e59 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
 
 // Copyright (C) 2008-2014 Free Software Foundation, Inc.
index b7112d0ffab48977a77a5c41493e844ee3ca94c3..c8b2a053645f8e831f40bf81cdcb62dba2062e88 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2008-2014 Free Software Foundation, Inc.
index 78afe9ef71f006b2f20205a73700e29d9839c48d..95e0b47db7a8a15fee3d7f8b2651dc4dfb7b7aba 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
 
 // Copyright (C) 2008-2014 Free Software Foundation, Inc.
index 0e7f312c5c6ac047a5c574db32666e3e341ab7d4..e3698b6dcb6061bee6a7b1e7e1d20712e2d58b1e 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
 
 // Copyright (C) 2008-2014 Free Software Foundation, Inc.
index 793730275741344de3a0c05f53093f1524b9a3d1..8792294d63a2de85b0376c2d65a63e5315bcf380 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
index 589a89abefee17d28dc7a7883eb8a67abcd6b727..ce999b6050eff41fcd74b076b9f465087891ff9e 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
index 749249dba55000ff7b59277a9eb395ef78c89c2f..fd1461171249e57b50f1c6c11ae1c8da64666fe7 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
index f3e5dbf469cbec2814f0fa0b27837f49ed5c939e..a659ccb2abd2152eb3309de424a1db7952af8e5c 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
 //
index 6dfe6fe64864c2b94fd7cc955cd270c209c24fa1..91a8edf66c76e5abb0ab29b5d77f512d2a85b716 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
index a76d9373f816c6961fded2f4fef7a7c76a7e16be..d27538339ef0c852cb760c7879e51ad038b264df 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // 2007-06-05 Benjamin Kosnik  <bkoz@redhat.com>
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
index 46eec3512851f290391afc2692717346d0eff231..94e10259f868357d477a93d70133549b75c1968b 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // 2007-05-29 Benjamin Kosnik  <bkoz@redhat.com>
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
index 1efd9427149039630deb0c06b66b6aaee52d2e37..082ed5ea4d32afb20ed320b1802486ccd7a0745c 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
 //
index 01c79844171835af254a5d5d52be2035725864f1..132d2351217b52f19359fd1f2645109b16dcb496 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
 //
index e574467b1b05238a1dcb828dcb92dd56fcf2a783..187fdbb5fb296d7e167648aba5d646d1fdc51f20 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
 //
index f7bf2791afa1e6317dff2769ce78ad8f9c192d0c..94b5073d56ec1fb0db4db8811ed6e95589077791 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
 //
index 5e8c24f6f02cfc33d5c5bfe02917926c4667a115..fe4dc4ebd0934001676b14653bced10b2e0fa01a 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
 //