Index: testsuite/17_intro/freestanding.cc =================================================================== --- testsuite/17_intro/freestanding.cc (revision 216278) +++ testsuite/17_intro/freestanding.cc (working copy) @@ -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: testsuite/17_intro/headers/c++200x/42319.cc =================================================================== --- testsuite/17_intro/headers/c++200x/42319.cc (revision 216278) +++ testsuite/17_intro/headers/c++200x/42319.cc (working copy) @@ -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: testsuite/17_intro/headers/c++200x/all_no_exceptions.cc =================================================================== --- testsuite/17_intro/headers/c++200x/all_no_exceptions.cc (revision 216278) +++ testsuite/17_intro/headers/c++200x/all_no_exceptions.cc (working copy) @@ -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: testsuite/17_intro/headers/c++200x/all_no_rtti.cc =================================================================== --- testsuite/17_intro/headers/c++200x/all_no_rtti.cc (revision 216278) +++ testsuite/17_intro/headers/c++200x/all_no_rtti.cc (working copy) @@ -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: testsuite/17_intro/headers/c++200x/all_pedantic_errors.cc =================================================================== --- testsuite/17_intro/headers/c++200x/all_pedantic_errors.cc (revision 216278) +++ testsuite/17_intro/headers/c++200x/all_pedantic_errors.cc (working copy) @@ -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: testsuite/17_intro/headers/c++200x/operator_names.cc =================================================================== --- testsuite/17_intro/headers/c++200x/operator_names.cc (revision 216278) +++ testsuite/17_intro/headers/c++200x/operator_names.cc (working copy) @@ -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: testsuite/17_intro/headers/c++200x/stdc++.cc =================================================================== --- testsuite/17_intro/headers/c++200x/stdc++.cc (revision 216278) +++ testsuite/17_intro/headers/c++200x/stdc++.cc (working copy) @@ -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: testsuite/17_intro/headers/c++200x/stdc++_multiple_inclusion.cc =================================================================== --- testsuite/17_intro/headers/c++200x/stdc++_multiple_inclusion.cc (revision 216278) +++ testsuite/17_intro/headers/c++200x/stdc++_multiple_inclusion.cc (working copy) @@ -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: testsuite/17_intro/using_namespace_std_tr1_neg.cc =================================================================== --- testsuite/17_intro/using_namespace_std_tr1_neg.cc (revision 216278) +++ testsuite/17_intro/using_namespace_std_tr1_neg.cc (working copy) @@ -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: testsuite/18_support/exception_ptr/40296.cc =================================================================== --- testsuite/18_support/exception_ptr/40296.cc (revision 216278) +++ testsuite/18_support/exception_ptr/40296.cc (working copy) @@ -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: testsuite/18_support/exception_ptr/current_exception.cc =================================================================== --- testsuite/18_support/exception_ptr/current_exception.cc (revision 216278) +++ testsuite/18_support/exception_ptr/current_exception.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-atomic-builtins "" } // 2008-05-25 Sebastian Redl Index: testsuite/18_support/exception_ptr/lifespan.cc =================================================================== --- testsuite/18_support/exception_ptr/lifespan.cc (revision 216278) +++ testsuite/18_support/exception_ptr/lifespan.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-atomic-builtins "" } // 2008-05-25 Sebastian Redl Index: testsuite/18_support/exception_ptr/make_exception_ptr.cc =================================================================== --- testsuite/18_support/exception_ptr/make_exception_ptr.cc (revision 216278) +++ testsuite/18_support/exception_ptr/make_exception_ptr.cc (working copy) @@ -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: testsuite/18_support/exception_ptr/move.cc =================================================================== --- testsuite/18_support/exception_ptr/move.cc (revision 216278) +++ testsuite/18_support/exception_ptr/move.cc (working copy) @@ -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: testsuite/18_support/exception_ptr/requirements.cc =================================================================== --- testsuite/18_support/exception_ptr/requirements.cc (revision 216278) +++ testsuite/18_support/exception_ptr/requirements.cc (working copy) @@ -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: testsuite/18_support/exception_ptr/requirements_neg.cc =================================================================== --- testsuite/18_support/exception_ptr/requirements_neg.cc (revision 216278) +++ testsuite/18_support/exception_ptr/requirements_neg.cc (working copy) @@ -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: testsuite/18_support/exception_ptr/rethrow_exception.cc =================================================================== --- testsuite/18_support/exception_ptr/rethrow_exception.cc (revision 216278) +++ testsuite/18_support/exception_ptr/rethrow_exception.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-atomic-builtins "" } // 2008-05-25 Sebastian Redl Index: testsuite/18_support/headers/cstdint/types_std_c++0x.cc =================================================================== --- testsuite/18_support/headers/cstdint/types_std_c++0x.cc (revision 216278) +++ testsuite/18_support/headers/cstdint/types_std_c++0x.cc (working copy) @@ -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: testsuite/18_support/initializer_list/constexpr.cc =================================================================== --- testsuite/18_support/initializer_list/constexpr.cc (revision 216278) +++ testsuite/18_support/initializer_list/constexpr.cc (working copy) @@ -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: testsuite/18_support/initializer_list/range_access.cc =================================================================== --- testsuite/18_support/initializer_list/range_access.cc (revision 216278) +++ testsuite/18_support/initializer_list/range_access.cc (working copy) @@ -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: testsuite/18_support/initializer_list/requirements/constexpr_functions.cc =================================================================== --- testsuite/18_support/initializer_list/requirements/constexpr_functions.cc (revision 216278) +++ testsuite/18_support/initializer_list/requirements/constexpr_functions.cc (working copy) @@ -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: testsuite/18_support/initializer_list/requirements/explicit_instantiation.cc =================================================================== --- testsuite/18_support/initializer_list/requirements/explicit_instantiation.cc (revision 216278) +++ testsuite/18_support/initializer_list/requirements/explicit_instantiation.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // 2009-05-27 Benjamin Kosnik // Copyright (C) 2009-2014 Free Software Foundation, Inc. Index: testsuite/18_support/initializer_list/requirements/typedefs.cc =================================================================== --- testsuite/18_support/initializer_list/requirements/typedefs.cc (revision 216278) +++ testsuite/18_support/initializer_list/requirements/typedefs.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // 2009-05-27 Benjamin Kosnik // Copyright (C) 2009-2014 Free Software Foundation, Inc. Index: testsuite/18_support/nested_exception/51438.cc =================================================================== --- testsuite/18_support/nested_exception/51438.cc (revision 216278) +++ testsuite/18_support/nested_exception/51438.cc (working copy) @@ -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: testsuite/18_support/nested_exception/cons.cc =================================================================== --- testsuite/18_support/nested_exception/cons.cc (revision 216278) +++ testsuite/18_support/nested_exception/cons.cc (working copy) @@ -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: testsuite/18_support/nested_exception/nested_ptr.cc =================================================================== --- testsuite/18_support/nested_exception/nested_ptr.cc (revision 216278) +++ testsuite/18_support/nested_exception/nested_ptr.cc (working copy) @@ -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: testsuite/18_support/nested_exception/rethrow_if_nested.cc =================================================================== --- testsuite/18_support/nested_exception/rethrow_if_nested.cc (revision 216278) +++ testsuite/18_support/nested_exception/rethrow_if_nested.cc (working copy) @@ -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: testsuite/18_support/nested_exception/rethrow_nested.cc =================================================================== --- testsuite/18_support/nested_exception/rethrow_nested.cc (revision 216278) +++ testsuite/18_support/nested_exception/rethrow_nested.cc (working copy) @@ -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: testsuite/18_support/nested_exception/throw_with_nested.cc =================================================================== --- testsuite/18_support/nested_exception/throw_with_nested.cc (revision 216278) +++ testsuite/18_support/nested_exception/throw_with_nested.cc (working copy) @@ -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: testsuite/18_support/numeric_limits/40856.cc =================================================================== --- testsuite/18_support/numeric_limits/40856.cc (revision 216278) +++ testsuite/18_support/numeric_limits/40856.cc (working copy) @@ -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: testsuite/18_support/numeric_limits/char16_32_t.cc =================================================================== --- testsuite/18_support/numeric_limits/char16_32_t.cc (revision 216278) +++ testsuite/18_support/numeric_limits/char16_32_t.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-cstdint "" } // 2008-05-20 Paolo Carlini Index: testsuite/18_support/numeric_limits/cons/default_c++0x.cc =================================================================== --- testsuite/18_support/numeric_limits/cons/default_c++0x.cc (revision 216278) +++ testsuite/18_support/numeric_limits/cons/default_c++0x.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2008-2014 Free Software Foundation, Inc. // Index: testsuite/18_support/numeric_limits/dr559.cc =================================================================== --- testsuite/18_support/numeric_limits/dr559.cc (revision 216278) +++ testsuite/18_support/numeric_limits/dr559.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // 2010-02-17 Paolo Carlini // Index: testsuite/18_support/numeric_limits/lowest.cc =================================================================== --- testsuite/18_support/numeric_limits/lowest.cc (revision 216278) +++ testsuite/18_support/numeric_limits/lowest.cc (working copy) @@ -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: testsuite/18_support/numeric_limits/max_digits10.cc =================================================================== --- testsuite/18_support/numeric_limits/max_digits10.cc (revision 216278) +++ testsuite/18_support/numeric_limits/max_digits10.cc (working copy) @@ -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: testsuite/18_support/numeric_limits/requirements/constexpr_data.cc =================================================================== --- testsuite/18_support/numeric_limits/requirements/constexpr_data.cc (revision 216278) +++ testsuite/18_support/numeric_limits/requirements/constexpr_data.cc (working copy) @@ -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: testsuite/18_support/numeric_limits/requirements/constexpr_functions.cc =================================================================== --- testsuite/18_support/numeric_limits/requirements/constexpr_functions.cc (revision 216278) +++ testsuite/18_support/numeric_limits/requirements/constexpr_functions.cc (working copy) @@ -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: testsuite/18_support/type_info/fundamental.cc =================================================================== --- testsuite/18_support/type_info/fundamental.cc (revision 216278) +++ testsuite/18_support/type_info/fundamental.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-effective-target dfp } // 2011-02-23 Benjamin Kosnik Index: testsuite/18_support/type_info/hash_code.cc =================================================================== --- testsuite/18_support/type_info/hash_code.cc (revision 216278) +++ testsuite/18_support/type_info/hash_code.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // 2010-09-21 Paolo Carlini // Index: testsuite/19_diagnostics/error_category/cons/copy_neg.cc =================================================================== --- testsuite/19_diagnostics/error_category/cons/copy_neg.cc (revision 216278) +++ testsuite/19_diagnostics/error_category/cons/copy_neg.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-do compile } // 2007-08-22 Benjamin Kosnik Index: testsuite/19_diagnostics/error_category/cons/default.cc =================================================================== --- testsuite/19_diagnostics/error_category/cons/default.cc (revision 216278) +++ testsuite/19_diagnostics/error_category/cons/default.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // 2007-08-22 Benjamin Kosnik // Copyright (C) 2007-2014 Free Software Foundation, Inc. Index: testsuite/19_diagnostics/error_category/operators/equal.cc =================================================================== --- testsuite/19_diagnostics/error_category/operators/equal.cc (revision 216278) +++ testsuite/19_diagnostics/error_category/operators/equal.cc (working copy) @@ -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 Index: testsuite/19_diagnostics/error_category/operators/not_equal.cc =================================================================== --- testsuite/19_diagnostics/error_category/operators/not_equal.cc (revision 216278) +++ testsuite/19_diagnostics/error_category/operators/not_equal.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // 2007-08-22 Benjamin Kosnik // Copyright (C) 2007-2014 Free Software Foundation, Inc. Index: testsuite/19_diagnostics/error_code/cons/1.cc =================================================================== --- testsuite/19_diagnostics/error_code/cons/1.cc (revision 216278) +++ testsuite/19_diagnostics/error_code/cons/1.cc (working copy) @@ -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 Index: testsuite/19_diagnostics/error_code/cons/39882.cc =================================================================== --- testsuite/19_diagnostics/error_code/cons/39882.cc (revision 216278) +++ testsuite/19_diagnostics/error_code/cons/39882.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2009-2014 Free Software Foundation, Inc. // Index: testsuite/19_diagnostics/error_code/modifiers/39882.cc =================================================================== --- testsuite/19_diagnostics/error_code/modifiers/39882.cc (revision 216278) +++ testsuite/19_diagnostics/error_code/modifiers/39882.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2009-2014 Free Software Foundation, Inc. // Index: testsuite/19_diagnostics/error_code/operators/bool.cc =================================================================== --- testsuite/19_diagnostics/error_code/operators/bool.cc (revision 216278) +++ testsuite/19_diagnostics/error_code/operators/bool.cc (working copy) @@ -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 Index: testsuite/19_diagnostics/error_code/operators/bool_neg.cc =================================================================== --- testsuite/19_diagnostics/error_code/operators/bool_neg.cc (revision 216278) +++ testsuite/19_diagnostics/error_code/operators/bool_neg.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-do compile } // 2007-08-22 Benjamin Kosnik Index: testsuite/19_diagnostics/error_code/operators/equal.cc =================================================================== --- testsuite/19_diagnostics/error_code/operators/equal.cc (revision 216278) +++ testsuite/19_diagnostics/error_code/operators/equal.cc (working copy) @@ -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 Index: testsuite/19_diagnostics/error_code/operators/not_equal.cc =================================================================== --- testsuite/19_diagnostics/error_code/operators/not_equal.cc (revision 216278) +++ testsuite/19_diagnostics/error_code/operators/not_equal.cc (working copy) @@ -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 Index: testsuite/19_diagnostics/error_condition/cons/1.cc =================================================================== --- testsuite/19_diagnostics/error_condition/cons/1.cc (revision 216278) +++ testsuite/19_diagnostics/error_condition/cons/1.cc (working copy) @@ -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: testsuite/19_diagnostics/error_condition/cons/39881.cc =================================================================== --- testsuite/19_diagnostics/error_condition/cons/39881.cc (revision 216278) +++ testsuite/19_diagnostics/error_condition/cons/39881.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2009-2014 Free Software Foundation, Inc. // Index: testsuite/19_diagnostics/error_condition/modifiers/39881.cc =================================================================== --- testsuite/19_diagnostics/error_condition/modifiers/39881.cc (revision 216278) +++ testsuite/19_diagnostics/error_condition/modifiers/39881.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2009-2014 Free Software Foundation, Inc. // Index: testsuite/19_diagnostics/error_condition/operators/bool.cc =================================================================== --- testsuite/19_diagnostics/error_condition/operators/bool.cc (revision 216278) +++ testsuite/19_diagnostics/error_condition/operators/bool.cc (working copy) @@ -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: testsuite/19_diagnostics/error_condition/operators/bool_neg.cc =================================================================== --- testsuite/19_diagnostics/error_condition/operators/bool_neg.cc (revision 216278) +++ testsuite/19_diagnostics/error_condition/operators/bool_neg.cc (working copy) @@ -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: testsuite/19_diagnostics/error_condition/operators/equal.cc =================================================================== --- testsuite/19_diagnostics/error_condition/operators/equal.cc (revision 216278) +++ testsuite/19_diagnostics/error_condition/operators/equal.cc (working copy) @@ -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: testsuite/19_diagnostics/error_condition/operators/not_equal.cc =================================================================== --- testsuite/19_diagnostics/error_condition/operators/not_equal.cc (revision 216278) +++ testsuite/19_diagnostics/error_condition/operators/not_equal.cc (working copy) @@ -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: testsuite/19_diagnostics/headers/system_error/34538.cc =================================================================== --- testsuite/19_diagnostics/headers/system_error/34538.cc (revision 216278) +++ testsuite/19_diagnostics/headers/system_error/34538.cc (working copy) @@ -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: testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc =================================================================== --- testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc (revision 216278) +++ testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc (working copy) @@ -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: testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc =================================================================== --- testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc (revision 216278) +++ testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc (working copy) @@ -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: testsuite/19_diagnostics/logic_error/what-3.cc =================================================================== --- testsuite/19_diagnostics/logic_error/what-3.cc (revision 216278) +++ testsuite/19_diagnostics/logic_error/what-3.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2007-2014 Free Software Foundation, Inc. // Index: testsuite/19_diagnostics/system_error/39880.cc =================================================================== --- testsuite/19_diagnostics/system_error/39880.cc (revision 216278) +++ testsuite/19_diagnostics/system_error/39880.cc (working copy) @@ -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: testsuite/19_diagnostics/system_error/cons-1.cc =================================================================== --- testsuite/19_diagnostics/system_error/cons-1.cc (revision 216278) +++ testsuite/19_diagnostics/system_error/cons-1.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // 2007-06-05 Benjamin Kosnik // Copyright (C) 2007-2014 Free Software Foundation, Inc. Index: testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc =================================================================== --- testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc (revision 216278) +++ testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // 2007-05-29 Benjamin Kosnik // Copyright (C) 2007-2014 Free Software Foundation, Inc. Index: testsuite/19_diagnostics/system_error/what-1.cc =================================================================== --- testsuite/19_diagnostics/system_error/what-1.cc (revision 216278) +++ testsuite/19_diagnostics/system_error/what-1.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2007-2014 Free Software Foundation, Inc. // Index: testsuite/19_diagnostics/system_error/what-2.cc =================================================================== --- testsuite/19_diagnostics/system_error/what-2.cc (revision 216278) +++ testsuite/19_diagnostics/system_error/what-2.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2007-2014 Free Software Foundation, Inc. // Index: testsuite/19_diagnostics/system_error/what-3.cc =================================================================== --- testsuite/19_diagnostics/system_error/what-3.cc (revision 216278) +++ testsuite/19_diagnostics/system_error/what-3.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2007-2014 Free Software Foundation, Inc. // Index: testsuite/19_diagnostics/system_error/what-4.cc =================================================================== --- testsuite/19_diagnostics/system_error/what-4.cc (revision 216278) +++ testsuite/19_diagnostics/system_error/what-4.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2007-2014 Free Software Foundation, Inc. // Index: testsuite/19_diagnostics/system_error/what-big.cc =================================================================== --- testsuite/19_diagnostics/system_error/what-big.cc (revision 216278) +++ testsuite/19_diagnostics/system_error/what-big.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2007-2014 Free Software Foundation, Inc. //