limits: Remove stray semicolon.
authorPaolo Carlini <paolo.carlini@oracle.com>
Wed, 15 Oct 2014 12:03:20 +0000 (12:03 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Wed, 15 Oct 2014 12:03:20 +0000 (12:03 +0000)
2014-10-15  Paolo Carlini  <paolo.carlini@oracle.com>

* include/std/limits: Remove stray semicolon.

2014-10-15  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/20_util/add_const/requirements/alias_decl.cc: Prefer
-std=gnu++14.
* testsuite/20_util/add_cv/requirements/alias_decl.cc: Likewise.
* testsuite/20_util/add_lvalue_reference/requirements/alias_decl.cc:
Likewise.
* testsuite/20_util/add_pointer/requirements/alias_decl.cc: Likewise.
* testsuite/20_util/add_rvalue_reference/requirements/alias_decl.cc:
Likewise.
* testsuite/20_util/add_volatile/requirements/alias_decl.cc: Likewise.
* testsuite/20_util/aligned_storage/requirements/alias_decl.cc:
Likewise.
* testsuite/20_util/aligned_union/requirements/alias_decl.cc: Likewise.
* testsuite/20_util/common_type/requirements/alias_decl.cc: Likewise.
* testsuite/20_util/conditional/requirements/alias_decl.cc: Likewise.
* testsuite/20_util/decay/requirements/alias_decl.cc: Likewise.
* testsuite/20_util/duration/literals/61166.cc: Likewise.
* testsuite/20_util/duration/literals/ns_detail.cc: Likewise.
* testsuite/20_util/duration/literals/range.cc: Likewise.
* testsuite/20_util/duration/literals/types.cc: Likewise.
* testsuite/20_util/duration/literals/values.cc: Likewise.
* testsuite/20_util/enable_if/requirements/alias_decl.cc: Likewise.
* testsuite/20_util/exchange/1.cc: Likewise.
* testsuite/20_util/function_objects/comparisons_void.cc: Likewise.
* testsuite/20_util/integer_sequence/intseq.cc: Likewise.
* testsuite/20_util/integer_sequence/requirements/typedefs.cc:
Likewise.
* testsuite/20_util/integral_constant/call_operator.cc: Likewise.
* testsuite/20_util/make_signed/requirements/alias_decl.cc: Likewise.
* testsuite/20_util/make_unsigned/requirements/alias_decl.cc: Likewise.
* testsuite/20_util/pair/astuple/constexpr_get_by_type.cc: Likewise.
* testsuite/20_util/pair/astuple/get_by_type.cc: Likewise.
* testsuite/20_util/pair/astuple/get_by_type_neg.cc: Likewise.
* testsuite/20_util/pair/astuple/get_neg.cc: Likewise.
* testsuite/20_util/remove_all_extents/requirements/alias_decl.cc:
Likewise.
* testsuite/20_util/remove_const/requirements/alias_decl.cc: Likewise.
* testsuite/20_util/remove_cv/requirements/alias_decl.cc: Likewise.
* testsuite/20_util/remove_extent/requirements/alias_decl.cc: Likewise.
* testsuite/20_util/remove_pointer/requirements/alias_decl.cc: Likewise.
* testsuite/20_util/remove_reference/requirements/alias_decl.cc:
Likewise.
* testsuite/20_util/remove_volatile/requirements/alias_decl.cc:
Likewise.
* testsuite/20_util/result_of/requirements/alias_decl.cc: Likewise.
* testsuite/20_util/tuple/element_access/constexpr_get_by_type.cc:
Likewise.
* testsuite/20_util/tuple/element_access/get2_by_type.cc: Likewise.
* testsuite/20_util/tuple/element_access/get_by_type.cc: Likewise.
* testsuite/20_util/underlying_type/requirements/alias_decl.cc:
Likewise.
* testsuite/20_util/unique_ptr/creation/array.cc: Likewise.
* testsuite/20_util/unique_ptr/creation/array_neg.cc: Likewise.
* testsuite/20_util/unique_ptr/creation/single.cc: Likewise.
* testsuite/21_strings/basic_string/literals/types.cc: Likewise.
* testsuite/21_strings/basic_string/literals/values.cc: Likewise.
* testsuite/25_algorithms/equal/2.cc: Likewise.
* testsuite/25_algorithms/equal/check_type2.cc: Likewise.
* testsuite/25_algorithms/is_permutation/2.cc: Likewise.
* testsuite/25_algorithms/is_permutation/check_type2.cc: Likewise.
* testsuite/25_algorithms/is_permutation/vectorbool.cc: Likewise.
* testsuite/25_algorithms/mismatch/2.cc: Likewise.
* testsuite/25_algorithms/mismatch/check_type2.cc: Likewise.
* testsuite/26_numerics/complex/literals/values.cc: Likewise.
* testsuite/27_io/manipulators/standard/char/quoted.cc: Likewise.
* testsuite/27_io/manipulators/standard/wchar_t/quoted.cc: Likewise.
* testsuite/30_threads/shared_lock/cons/1.cc: Likewise.
* testsuite/30_threads/shared_lock/cons/2.cc: Likewise.
* testsuite/30_threads/shared_lock/cons/3.cc: Likewise.
* testsuite/30_threads/shared_lock/cons/4.cc: Likewise.
* testsuite/30_threads/shared_lock/cons/5.cc: Likewise.
* testsuite/30_threads/shared_lock/cons/6.cc: Likewise.
* testsuite/30_threads/shared_lock/locking/1.cc: Likewise.
* testsuite/30_threads/shared_lock/locking/2.cc: Likewise.
* testsuite/30_threads/shared_lock/locking/3.cc: Likewise.
* testsuite/30_threads/shared_lock/locking/4.cc: Likewise.
* testsuite/30_threads/shared_lock/modifiers/1.cc: Likewise.
* testsuite/30_threads/shared_lock/modifiers/2.cc: Likewise.
* testsuite/30_threads/shared_lock/requirements/
explicit_instantiation.cc: Likewise.
* testsuite/30_threads/shared_lock/requirements/typedefs.cc: Likewise.
* testsuite/30_threads/shared_timed_mutex/cons/1.cc: Likewise.
* testsuite/30_threads/shared_timed_mutex/cons/assign_neg.cc: Likewise.
* testsuite/30_threads/shared_timed_mutex/cons/copy_neg.cc: Likewise.
* testsuite/30_threads/shared_timed_mutex/requirements/
standard_layout.cc: Likewise.
* testsuite/30_threads/shared_timed_mutex/try_lock/1.cc: Likewise.
* testsuite/30_threads/shared_timed_mutex/try_lock/2.cc: Likewise.
* testsuite/experimental/optional/assignment/1.cc: Likewise.
* testsuite/experimental/optional/assignment/2.cc: Likewise.
* testsuite/experimental/optional/assignment/3.cc: Likewise.
* testsuite/experimental/optional/assignment/4.cc: Likewise.
* testsuite/experimental/optional/assignment/5.cc: Likewise.
* testsuite/experimental/optional/assignment/6.cc: Likewise.
* testsuite/experimental/optional/cons/copy.cc: Likewise.
* testsuite/experimental/optional/cons/default.cc: Likewise.
* testsuite/experimental/optional/cons/move.cc: Likewise.
* testsuite/experimental/optional/cons/value.cc: Likewise.
* testsuite/experimental/optional/constexpr/cons/default.cc: Likewise.
* testsuite/experimental/optional/constexpr/cons/value.cc: Likewise.
* testsuite/experimental/optional/constexpr/in_place.cc: Likewise.
* testsuite/experimental/optional/constexpr/make_optional.cc: Likewise.
* testsuite/experimental/optional/constexpr/nullopt.cc: Likewise.
* testsuite/experimental/optional/constexpr/observers/1.cc: Likewise.
* testsuite/experimental/optional/constexpr/observers/2.cc: Likewise.
* testsuite/experimental/optional/constexpr/observers/3.cc: Likewise.
* testsuite/experimental/optional/constexpr/observers/4.cc: Likewise.
* testsuite/experimental/optional/constexpr/observers/5.cc: Likewise.
* testsuite/experimental/optional/constexpr/relops/1.cc: Likewise.
* testsuite/experimental/optional/constexpr/relops/2.cc: Likewise.
* testsuite/experimental/optional/constexpr/relops/3.cc: Likewise.
* testsuite/experimental/optional/constexpr/relops/4.cc: Likewise.
* testsuite/experimental/optional/constexpr/relops/5.cc: Likewise.
* testsuite/experimental/optional/constexpr/relops/6.cc: Likewise.
* testsuite/experimental/optional/in_place.cc: Likewise.
* testsuite/experimental/optional/make_optional.cc: Likewise.
* testsuite/experimental/optional/nullopt.cc: Likewise.
* testsuite/experimental/optional/observers/1.cc: Likewise.
* testsuite/experimental/optional/observers/2.cc: Likewise.
* testsuite/experimental/optional/observers/3.cc: Likewise.
* testsuite/experimental/optional/observers/4.cc: Likewise.
* testsuite/experimental/optional/observers/5.cc: Likewise.
* testsuite/experimental/optional/relops/1.cc: Likewise.
* testsuite/experimental/optional/relops/2.cc: Likewise.
* testsuite/experimental/optional/relops/3.cc: Likewise.
* testsuite/experimental/optional/relops/4.cc: Likewise.
* testsuite/experimental/optional/relops/5.cc: Likewise.
* testsuite/experimental/optional/relops/6.cc: Likewise.
* testsuite/experimental/optional/requirements.cc: Likewise.
* testsuite/experimental/optional/swap/1.cc: Likewise.
* testsuite/experimental/string_view/capacity/1.cc: Likewise.
* testsuite/experimental/string_view/cons/char/1.cc: Likewise.
* testsuite/experimental/string_view/cons/char/2.cc: Likewise.
* testsuite/experimental/string_view/cons/char/3.cc: Likewise.
* testsuite/experimental/string_view/cons/wchar_t/1.cc: Likewise.
* testsuite/experimental/string_view/cons/wchar_t/2.cc: Likewise.
* testsuite/experimental/string_view/cons/wchar_t/3.cc: Likewise.
* testsuite/experimental/string_view/element_access/char/1.cc: Likewise.
* testsuite/experimental/string_view/element_access/char/2.cc: Likewise.
* testsuite/experimental/string_view/element_access/char/empty.cc:
Likewise.
* testsuite/experimental/string_view/element_access/char/
front_back.cc: Likewise.
* testsuite/experimental/string_view/element_access/wchar_t/1.cc:
Likewise.
* testsuite/experimental/string_view/element_access/wchar_t/2.cc:
Likewise.
* testsuite/experimental/string_view/element_access/wchar_t/empty.cc:
Likewise.
* testsuite/experimental/string_view/element_access/wchar_t/
front_back.cc: Likewise.
* testsuite/experimental/string_view/include.cc: Likewise.
* testsuite/experimental/string_view/inserters/char/1.cc: Likewise.
* testsuite/experimental/string_view/inserters/char/2.cc: Likewise.
* testsuite/experimental/string_view/inserters/char/3.cc: Likewise.
* testsuite/experimental/string_view/inserters/pod/10081-out.cc:
Likewise.
* testsuite/experimental/string_view/inserters/wchar_t/1.cc: Likewise.
* testsuite/experimental/string_view/inserters/wchar_t/2.cc: Likewise.
* testsuite/experimental/string_view/inserters/wchar_t/3.cc: Likewise.
* testsuite/experimental/string_view/literals/types.cc: Likewise.
* testsuite/experimental/string_view/literals/values.cc: Likewise.
* testsuite/experimental/string_view/modifiers/remove_prefix/char/
1.cc: Likewise.
* testsuite/experimental/string_view/modifiers/remove_prefix/
wchar_t/1.cc: Likewise.
* testsuite/experimental/string_view/modifiers/remove_suffix/
char/1.cc: Likewise.
* testsuite/experimental/string_view/modifiers/remove_suffix/
wchar_t/1.cc: Likewise.
* testsuite/experimental/string_view/operations/compare/char/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/compare/char/13650.cc:
Likewise.
* testsuite/experimental/string_view/operations/compare/wchar_t/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/compare/wchar_t/
13650.cc: Likewise.
* testsuite/experimental/string_view/operations/copy/char/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/copy/wchar_t/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/data/char/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/data/wchar_t/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/find/char/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/find/char/2.cc:
Likewise.
* testsuite/experimental/string_view/operations/find/char/3.cc:
Likewise.
* testsuite/experimental/string_view/operations/find/char/4.cc:
Likewise.
* testsuite/experimental/string_view/operations/find/wchar_t/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/find/wchar_t/2.cc:
Likewise.
* testsuite/experimental/string_view/operations/find/wchar_t/3.cc:
Likewise.
* testsuite/experimental/string_view/operations/find/wchar_t/4.cc:
Likewise.
* testsuite/experimental/string_view/operations/rfind/char/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/rfind/char/2.cc:
Likewise.
* testsuite/experimental/string_view/operations/rfind/char/3.cc:
Likewise.
* testsuite/experimental/string_view/operations/rfind/wchar_t/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/rfind/wchar_t/2.cc:
Likewise.
* testsuite/experimental/string_view/operations/rfind/wchar_t/3.cc:
Likewise.
* testsuite/experimental/string_view/operations/substr/char/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/substr/wchar_t/1.cc:
Likewise.
* testsuite/experimental/string_view/operations/to_string/1.cc:
Likewise.
* testsuite/experimental/string_view/operators/char/2.cc: Likewise.
* testsuite/experimental/string_view/operators/wchar_t/2.cc: Likewise.
* testsuite/experimental/string_view/range_access/char/1.cc: Likewise.
* testsuite/experimental/string_view/range_access/wchar_t/1.cc:
Likewise.
* testsuite/experimental/string_view/requirements/
explicit_instantiation/1.cc: Likewise.
* testsuite/experimental/string_view/requirements/
explicit_instantiation/char/1.cc: Likewise.
* testsuite/experimental/string_view/requirements/
explicit_instantiation/char16_t/1.cc: Likewise.
* testsuite/experimental/string_view/requirements/
explicit_instantiation/char32_t/1.cc: Likewise.
* testsuite/experimental/string_view/requirements/
explicit_instantiation/wchar_t/1.cc: Likewise.
* testsuite/experimental/string_view/requirements/typedefs.cc: Likewise.
* testsuite/experimental/string_view/types/1.cc: Likewise.

From-SVN: r216257

184 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/limits
libstdc++-v3/testsuite/20_util/add_const/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/add_cv/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/add_lvalue_reference/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/add_pointer/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/add_rvalue_reference/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/add_volatile/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/aligned_storage/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/aligned_union/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/common_type/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/conditional/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/decay/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/duration/literals/61166.cc
libstdc++-v3/testsuite/20_util/duration/literals/ns_detail.cc
libstdc++-v3/testsuite/20_util/duration/literals/range.cc
libstdc++-v3/testsuite/20_util/duration/literals/types.cc
libstdc++-v3/testsuite/20_util/duration/literals/values.cc
libstdc++-v3/testsuite/20_util/enable_if/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/exchange/1.cc
libstdc++-v3/testsuite/20_util/function_objects/comparisons_void.cc
libstdc++-v3/testsuite/20_util/integer_sequence/intseq.cc
libstdc++-v3/testsuite/20_util/integer_sequence/requirements/typedefs.cc
libstdc++-v3/testsuite/20_util/integral_constant/call_operator.cc
libstdc++-v3/testsuite/20_util/make_signed/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/make_unsigned/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/pair/astuple/constexpr_get_by_type.cc
libstdc++-v3/testsuite/20_util/pair/astuple/get_by_type.cc
libstdc++-v3/testsuite/20_util/pair/astuple/get_by_type_neg.cc
libstdc++-v3/testsuite/20_util/pair/astuple/get_neg.cc
libstdc++-v3/testsuite/20_util/remove_all_extents/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/remove_const/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/remove_cv/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/remove_extent/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/remove_pointer/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/remove_reference/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/remove_volatile/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/result_of/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/tuple/element_access/constexpr_get_by_type.cc
libstdc++-v3/testsuite/20_util/tuple/element_access/get2_by_type.cc
libstdc++-v3/testsuite/20_util/tuple/element_access/get_by_type.cc
libstdc++-v3/testsuite/20_util/underlying_type/requirements/alias_decl.cc
libstdc++-v3/testsuite/20_util/unique_ptr/creation/array.cc
libstdc++-v3/testsuite/20_util/unique_ptr/creation/array_neg.cc
libstdc++-v3/testsuite/20_util/unique_ptr/creation/single.cc
libstdc++-v3/testsuite/21_strings/basic_string/literals/types.cc
libstdc++-v3/testsuite/21_strings/basic_string/literals/values.cc
libstdc++-v3/testsuite/25_algorithms/equal/2.cc
libstdc++-v3/testsuite/25_algorithms/equal/check_type2.cc
libstdc++-v3/testsuite/25_algorithms/is_permutation/2.cc
libstdc++-v3/testsuite/25_algorithms/is_permutation/check_type2.cc
libstdc++-v3/testsuite/25_algorithms/is_permutation/vectorbool.cc
libstdc++-v3/testsuite/25_algorithms/mismatch/2.cc
libstdc++-v3/testsuite/25_algorithms/mismatch/check_type2.cc
libstdc++-v3/testsuite/26_numerics/complex/literals/values.cc
libstdc++-v3/testsuite/27_io/manipulators/standard/char/quoted.cc
libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/quoted.cc
libstdc++-v3/testsuite/30_threads/shared_lock/cons/1.cc
libstdc++-v3/testsuite/30_threads/shared_lock/cons/2.cc
libstdc++-v3/testsuite/30_threads/shared_lock/cons/3.cc
libstdc++-v3/testsuite/30_threads/shared_lock/cons/4.cc
libstdc++-v3/testsuite/30_threads/shared_lock/cons/5.cc
libstdc++-v3/testsuite/30_threads/shared_lock/cons/6.cc
libstdc++-v3/testsuite/30_threads/shared_lock/locking/1.cc
libstdc++-v3/testsuite/30_threads/shared_lock/locking/2.cc
libstdc++-v3/testsuite/30_threads/shared_lock/locking/3.cc
libstdc++-v3/testsuite/30_threads/shared_lock/locking/4.cc
libstdc++-v3/testsuite/30_threads/shared_lock/modifiers/1.cc
libstdc++-v3/testsuite/30_threads/shared_lock/modifiers/2.cc
libstdc++-v3/testsuite/30_threads/shared_lock/requirements/explicit_instantiation.cc
libstdc++-v3/testsuite/30_threads/shared_lock/requirements/typedefs.cc
libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/1.cc
libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/assign_neg.cc
libstdc++-v3/testsuite/30_threads/shared_timed_mutex/cons/copy_neg.cc
libstdc++-v3/testsuite/30_threads/shared_timed_mutex/requirements/standard_layout.cc
libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/1.cc
libstdc++-v3/testsuite/30_threads/shared_timed_mutex/try_lock/2.cc
libstdc++-v3/testsuite/experimental/optional/assignment/1.cc
libstdc++-v3/testsuite/experimental/optional/assignment/2.cc
libstdc++-v3/testsuite/experimental/optional/assignment/3.cc
libstdc++-v3/testsuite/experimental/optional/assignment/4.cc
libstdc++-v3/testsuite/experimental/optional/assignment/5.cc
libstdc++-v3/testsuite/experimental/optional/assignment/6.cc
libstdc++-v3/testsuite/experimental/optional/cons/copy.cc
libstdc++-v3/testsuite/experimental/optional/cons/default.cc
libstdc++-v3/testsuite/experimental/optional/cons/move.cc
libstdc++-v3/testsuite/experimental/optional/cons/value.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/cons/default.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/cons/value.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/in_place.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/make_optional.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/nullopt.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/observers/1.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/observers/2.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/observers/3.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/observers/4.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/observers/5.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/relops/1.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/relops/2.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/relops/3.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/relops/4.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/relops/5.cc
libstdc++-v3/testsuite/experimental/optional/constexpr/relops/6.cc
libstdc++-v3/testsuite/experimental/optional/in_place.cc
libstdc++-v3/testsuite/experimental/optional/make_optional.cc
libstdc++-v3/testsuite/experimental/optional/nullopt.cc
libstdc++-v3/testsuite/experimental/optional/observers/1.cc
libstdc++-v3/testsuite/experimental/optional/observers/2.cc
libstdc++-v3/testsuite/experimental/optional/observers/3.cc
libstdc++-v3/testsuite/experimental/optional/observers/4.cc
libstdc++-v3/testsuite/experimental/optional/observers/5.cc
libstdc++-v3/testsuite/experimental/optional/relops/1.cc
libstdc++-v3/testsuite/experimental/optional/relops/2.cc
libstdc++-v3/testsuite/experimental/optional/relops/3.cc
libstdc++-v3/testsuite/experimental/optional/relops/4.cc
libstdc++-v3/testsuite/experimental/optional/relops/5.cc
libstdc++-v3/testsuite/experimental/optional/relops/6.cc
libstdc++-v3/testsuite/experimental/optional/requirements.cc
libstdc++-v3/testsuite/experimental/optional/swap/1.cc
libstdc++-v3/testsuite/experimental/string_view/capacity/1.cc
libstdc++-v3/testsuite/experimental/string_view/cons/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/cons/char/2.cc
libstdc++-v3/testsuite/experimental/string_view/cons/char/3.cc
libstdc++-v3/testsuite/experimental/string_view/cons/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/cons/wchar_t/2.cc
libstdc++-v3/testsuite/experimental/string_view/cons/wchar_t/3.cc
libstdc++-v3/testsuite/experimental/string_view/element_access/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/element_access/char/2.cc
libstdc++-v3/testsuite/experimental/string_view/element_access/char/empty.cc
libstdc++-v3/testsuite/experimental/string_view/element_access/char/front_back.cc
libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/2.cc
libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/empty.cc
libstdc++-v3/testsuite/experimental/string_view/element_access/wchar_t/front_back.cc
libstdc++-v3/testsuite/experimental/string_view/include.cc
libstdc++-v3/testsuite/experimental/string_view/inserters/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/inserters/char/2.cc
libstdc++-v3/testsuite/experimental/string_view/inserters/char/3.cc
libstdc++-v3/testsuite/experimental/string_view/inserters/pod/10081-out.cc
libstdc++-v3/testsuite/experimental/string_view/inserters/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/inserters/wchar_t/2.cc
libstdc++-v3/testsuite/experimental/string_view/inserters/wchar_t/3.cc
libstdc++-v3/testsuite/experimental/string_view/literals/types.cc
libstdc++-v3/testsuite/experimental/string_view/literals/values.cc
libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_prefix/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_prefix/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_suffix/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/modifiers/remove_suffix/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/compare/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/compare/char/13650.cc
libstdc++-v3/testsuite/experimental/string_view/operations/compare/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/compare/wchar_t/13650.cc
libstdc++-v3/testsuite/experimental/string_view/operations/copy/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/copy/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/data/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/data/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/find/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/find/char/2.cc
libstdc++-v3/testsuite/experimental/string_view/operations/find/char/3.cc
libstdc++-v3/testsuite/experimental/string_view/operations/find/char/4.cc
libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/2.cc
libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/3.cc
libstdc++-v3/testsuite/experimental/string_view/operations/find/wchar_t/4.cc
libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/2.cc
libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/3.cc
libstdc++-v3/testsuite/experimental/string_view/operations/rfind/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/rfind/wchar_t/2.cc
libstdc++-v3/testsuite/experimental/string_view/operations/rfind/wchar_t/3.cc
libstdc++-v3/testsuite/experimental/string_view/operations/substr/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/substr/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/operations/to_string/1.cc
libstdc++-v3/testsuite/experimental/string_view/operators/char/2.cc
libstdc++-v3/testsuite/experimental/string_view/operators/wchar_t/2.cc
libstdc++-v3/testsuite/experimental/string_view/range_access/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/range_access/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/1.cc
libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/char/1.cc
libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/char16_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/char32_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/requirements/explicit_instantiation/wchar_t/1.cc
libstdc++-v3/testsuite/experimental/string_view/requirements/typedefs.cc
libstdc++-v3/testsuite/experimental/string_view/types/1.cc

index 71d49275804266f74af30de99d59bda452c0f3ee..9fcaaef09bc939165f0f72ffa9562f436e8d9c3e 100644 (file)
@@ -1,3 +1,246 @@
+2014-10-15  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * include/std/limits: Remove stray semicolon.
+
+2014-10-15  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * testsuite/20_util/add_const/requirements/alias_decl.cc: Prefer
+       -std=gnu++14.
+       * testsuite/20_util/add_cv/requirements/alias_decl.cc: Likewise.
+       * testsuite/20_util/add_lvalue_reference/requirements/alias_decl.cc:
+       Likewise.
+       * testsuite/20_util/add_pointer/requirements/alias_decl.cc: Likewise.
+       * testsuite/20_util/add_rvalue_reference/requirements/alias_decl.cc:
+       Likewise.
+       * testsuite/20_util/add_volatile/requirements/alias_decl.cc: Likewise.
+       * testsuite/20_util/aligned_storage/requirements/alias_decl.cc:
+       Likewise.
+       * testsuite/20_util/aligned_union/requirements/alias_decl.cc: Likewise.
+       * testsuite/20_util/common_type/requirements/alias_decl.cc: Likewise.
+       * testsuite/20_util/conditional/requirements/alias_decl.cc: Likewise.
+       * testsuite/20_util/decay/requirements/alias_decl.cc: Likewise.
+       * testsuite/20_util/duration/literals/61166.cc: Likewise.
+       * testsuite/20_util/duration/literals/ns_detail.cc: Likewise.
+       * testsuite/20_util/duration/literals/range.cc: Likewise.
+       * testsuite/20_util/duration/literals/types.cc: Likewise.
+       * testsuite/20_util/duration/literals/values.cc: Likewise.
+       * testsuite/20_util/enable_if/requirements/alias_decl.cc: Likewise.
+       * testsuite/20_util/exchange/1.cc: Likewise.
+       * testsuite/20_util/function_objects/comparisons_void.cc: Likewise.
+       * testsuite/20_util/integer_sequence/intseq.cc: Likewise.
+       * testsuite/20_util/integer_sequence/requirements/typedefs.cc:
+       Likewise.
+       * testsuite/20_util/integral_constant/call_operator.cc: Likewise.
+       * testsuite/20_util/make_signed/requirements/alias_decl.cc: Likewise.
+       * testsuite/20_util/make_unsigned/requirements/alias_decl.cc: Likewise.
+       * testsuite/20_util/pair/astuple/constexpr_get_by_type.cc: Likewise.
+       * testsuite/20_util/pair/astuple/get_by_type.cc: Likewise.
+       * testsuite/20_util/pair/astuple/get_by_type_neg.cc: Likewise.
+       * testsuite/20_util/pair/astuple/get_neg.cc: Likewise.
+       * testsuite/20_util/remove_all_extents/requirements/alias_decl.cc:
+       Likewise.
+       * testsuite/20_util/remove_const/requirements/alias_decl.cc: Likewise.
+       * testsuite/20_util/remove_cv/requirements/alias_decl.cc: Likewise.
+       * testsuite/20_util/remove_extent/requirements/alias_decl.cc: Likewise.
+       * testsuite/20_util/remove_pointer/requirements/alias_decl.cc: Likewise.
+       * testsuite/20_util/remove_reference/requirements/alias_decl.cc:
+       Likewise.
+       * testsuite/20_util/remove_volatile/requirements/alias_decl.cc:
+       Likewise.
+       * testsuite/20_util/result_of/requirements/alias_decl.cc: Likewise.
+       * testsuite/20_util/tuple/element_access/constexpr_get_by_type.cc:
+       Likewise.
+       * testsuite/20_util/tuple/element_access/get2_by_type.cc: Likewise.
+       * testsuite/20_util/tuple/element_access/get_by_type.cc: Likewise.
+       * testsuite/20_util/underlying_type/requirements/alias_decl.cc:
+       Likewise.
+       * testsuite/20_util/unique_ptr/creation/array.cc: Likewise.
+       * testsuite/20_util/unique_ptr/creation/array_neg.cc: Likewise.
+       * testsuite/20_util/unique_ptr/creation/single.cc: Likewise.
+       * testsuite/21_strings/basic_string/literals/types.cc: Likewise.
+       * testsuite/21_strings/basic_string/literals/values.cc: Likewise.
+       * testsuite/25_algorithms/equal/2.cc: Likewise.
+       * testsuite/25_algorithms/equal/check_type2.cc: Likewise.
+       * testsuite/25_algorithms/is_permutation/2.cc: Likewise.
+       * testsuite/25_algorithms/is_permutation/check_type2.cc: Likewise.
+       * testsuite/25_algorithms/is_permutation/vectorbool.cc: Likewise.
+       * testsuite/25_algorithms/mismatch/2.cc: Likewise.
+       * testsuite/25_algorithms/mismatch/check_type2.cc: Likewise.
+       * testsuite/26_numerics/complex/literals/values.cc: Likewise.
+       * testsuite/27_io/manipulators/standard/char/quoted.cc: Likewise.
+       * testsuite/27_io/manipulators/standard/wchar_t/quoted.cc: Likewise.
+       * testsuite/30_threads/shared_lock/cons/1.cc: Likewise.
+       * testsuite/30_threads/shared_lock/cons/2.cc: Likewise.
+       * testsuite/30_threads/shared_lock/cons/3.cc: Likewise.
+       * testsuite/30_threads/shared_lock/cons/4.cc: Likewise.
+       * testsuite/30_threads/shared_lock/cons/5.cc: Likewise.
+       * testsuite/30_threads/shared_lock/cons/6.cc: Likewise.
+       * testsuite/30_threads/shared_lock/locking/1.cc: Likewise.
+       * testsuite/30_threads/shared_lock/locking/2.cc: Likewise.
+       * testsuite/30_threads/shared_lock/locking/3.cc: Likewise.
+       * testsuite/30_threads/shared_lock/locking/4.cc: Likewise.
+       * testsuite/30_threads/shared_lock/modifiers/1.cc: Likewise.
+       * testsuite/30_threads/shared_lock/modifiers/2.cc: Likewise.
+       * testsuite/30_threads/shared_lock/requirements/
+       explicit_instantiation.cc: Likewise.
+       * testsuite/30_threads/shared_lock/requirements/typedefs.cc: Likewise.
+       * testsuite/30_threads/shared_timed_mutex/cons/1.cc: Likewise.
+       * testsuite/30_threads/shared_timed_mutex/cons/assign_neg.cc: Likewise.
+       * testsuite/30_threads/shared_timed_mutex/cons/copy_neg.cc: Likewise.
+       * testsuite/30_threads/shared_timed_mutex/requirements/
+       standard_layout.cc: Likewise.
+       * testsuite/30_threads/shared_timed_mutex/try_lock/1.cc: Likewise.
+       * testsuite/30_threads/shared_timed_mutex/try_lock/2.cc: Likewise.
+       * testsuite/experimental/optional/assignment/1.cc: Likewise.
+       * testsuite/experimental/optional/assignment/2.cc: Likewise.
+       * testsuite/experimental/optional/assignment/3.cc: Likewise.
+       * testsuite/experimental/optional/assignment/4.cc: Likewise.
+       * testsuite/experimental/optional/assignment/5.cc: Likewise.
+       * testsuite/experimental/optional/assignment/6.cc: Likewise.
+       * testsuite/experimental/optional/cons/copy.cc: Likewise.
+       * testsuite/experimental/optional/cons/default.cc: Likewise.
+       * testsuite/experimental/optional/cons/move.cc: Likewise.
+       * testsuite/experimental/optional/cons/value.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/cons/default.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/cons/value.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/in_place.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/make_optional.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/nullopt.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/observers/1.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/observers/2.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/observers/3.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/observers/4.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/observers/5.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/relops/1.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/relops/2.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/relops/3.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/relops/4.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/relops/5.cc: Likewise.
+       * testsuite/experimental/optional/constexpr/relops/6.cc: Likewise.
+       * testsuite/experimental/optional/in_place.cc: Likewise.
+       * testsuite/experimental/optional/make_optional.cc: Likewise.
+       * testsuite/experimental/optional/nullopt.cc: Likewise.
+       * testsuite/experimental/optional/observers/1.cc: Likewise.
+       * testsuite/experimental/optional/observers/2.cc: Likewise.
+       * testsuite/experimental/optional/observers/3.cc: Likewise.
+       * testsuite/experimental/optional/observers/4.cc: Likewise.
+       * testsuite/experimental/optional/observers/5.cc: Likewise.
+       * testsuite/experimental/optional/relops/1.cc: Likewise.
+       * testsuite/experimental/optional/relops/2.cc: Likewise.
+       * testsuite/experimental/optional/relops/3.cc: Likewise.
+       * testsuite/experimental/optional/relops/4.cc: Likewise.
+       * testsuite/experimental/optional/relops/5.cc: Likewise.
+       * testsuite/experimental/optional/relops/6.cc: Likewise.
+       * testsuite/experimental/optional/requirements.cc: Likewise.
+       * testsuite/experimental/optional/swap/1.cc: Likewise.
+       * testsuite/experimental/string_view/capacity/1.cc: Likewise.
+       * testsuite/experimental/string_view/cons/char/1.cc: Likewise.
+       * testsuite/experimental/string_view/cons/char/2.cc: Likewise.
+       * testsuite/experimental/string_view/cons/char/3.cc: Likewise.
+       * testsuite/experimental/string_view/cons/wchar_t/1.cc: Likewise.
+       * testsuite/experimental/string_view/cons/wchar_t/2.cc: Likewise.
+       * testsuite/experimental/string_view/cons/wchar_t/3.cc: Likewise.
+       * testsuite/experimental/string_view/element_access/char/1.cc: Likewise.
+       * testsuite/experimental/string_view/element_access/char/2.cc: Likewise.
+       * testsuite/experimental/string_view/element_access/char/empty.cc:
+       Likewise.
+       * testsuite/experimental/string_view/element_access/char/
+       front_back.cc: Likewise.
+       * testsuite/experimental/string_view/element_access/wchar_t/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/element_access/wchar_t/2.cc:
+       Likewise.
+       * testsuite/experimental/string_view/element_access/wchar_t/empty.cc:
+       Likewise.
+       * testsuite/experimental/string_view/element_access/wchar_t/
+       front_back.cc: Likewise.
+       * testsuite/experimental/string_view/include.cc: Likewise.
+       * testsuite/experimental/string_view/inserters/char/1.cc: Likewise.
+       * testsuite/experimental/string_view/inserters/char/2.cc: Likewise.
+       * testsuite/experimental/string_view/inserters/char/3.cc: Likewise.
+       * testsuite/experimental/string_view/inserters/pod/10081-out.cc:
+       Likewise.
+       * testsuite/experimental/string_view/inserters/wchar_t/1.cc: Likewise.
+       * testsuite/experimental/string_view/inserters/wchar_t/2.cc: Likewise.
+       * testsuite/experimental/string_view/inserters/wchar_t/3.cc: Likewise.
+       * testsuite/experimental/string_view/literals/types.cc: Likewise.
+       * testsuite/experimental/string_view/literals/values.cc: Likewise.
+       * testsuite/experimental/string_view/modifiers/remove_prefix/char/
+       1.cc: Likewise.
+       * testsuite/experimental/string_view/modifiers/remove_prefix/
+       wchar_t/1.cc: Likewise.
+       * testsuite/experimental/string_view/modifiers/remove_suffix/
+       char/1.cc: Likewise.
+       * testsuite/experimental/string_view/modifiers/remove_suffix/
+       wchar_t/1.cc: Likewise.
+       * testsuite/experimental/string_view/operations/compare/char/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/compare/char/13650.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/compare/wchar_t/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/compare/wchar_t/
+       13650.cc: Likewise.
+       * testsuite/experimental/string_view/operations/copy/char/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/copy/wchar_t/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/data/char/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/data/wchar_t/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/find/char/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/find/char/2.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/find/char/3.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/find/char/4.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/find/wchar_t/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/find/wchar_t/2.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/find/wchar_t/3.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/find/wchar_t/4.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/rfind/char/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/rfind/char/2.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/rfind/char/3.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/rfind/wchar_t/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/rfind/wchar_t/2.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/rfind/wchar_t/3.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/substr/char/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/substr/wchar_t/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operations/to_string/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/operators/char/2.cc: Likewise.
+       * testsuite/experimental/string_view/operators/wchar_t/2.cc: Likewise.
+       * testsuite/experimental/string_view/range_access/char/1.cc: Likewise.
+       * testsuite/experimental/string_view/range_access/wchar_t/1.cc:
+       Likewise.
+       * testsuite/experimental/string_view/requirements/
+       explicit_instantiation/1.cc: Likewise.
+       * testsuite/experimental/string_view/requirements/
+       explicit_instantiation/char/1.cc: Likewise.
+       * testsuite/experimental/string_view/requirements/
+       explicit_instantiation/char16_t/1.cc: Likewise.
+       * testsuite/experimental/string_view/requirements/
+       explicit_instantiation/char32_t/1.cc: Likewise.
+       * testsuite/experimental/string_view/requirements/
+       explicit_instantiation/wchar_t/1.cc: Likewise.
+       * testsuite/experimental/string_view/requirements/typedefs.cc: Likewise.
+       * testsuite/experimental/string_view/types/1.cc: Likewise.
+
 2014-10-15  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * testsuite/20_util/add_const/requirements/alias_decl.cc: New.
index d51e081fd3a42c57f940eb8992a476d0edb51cb9..b14a158167a7fd0cf1326d4a541c30c3a7f48dee 100644 (file)
@@ -1422,7 +1422,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
        min() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_min_b (TYPE, BITSIZE); } \
                                                                                \
       static _GLIBCXX_CONSTEXPR TYPE                                           \
-      max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max_b (TYPE, BITSIZE);; }         \
+      max() _GLIBCXX_USE_NOEXCEPT { return __glibcxx_max_b (TYPE, BITSIZE); }  \
                                                                                \
       static _GLIBCXX_USE_CONSTEXPR int digits                                         \
        = BITSIZE - 1;                                                          \
index b900e4c0b5985870246e80a8b476982cfa189954..a24ef0ee1c3725dc099e1fadf50896f59b6354be 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2014 Free Software Foundation, Inc.
index ea54a677ba32c986543e5d331bdd20bd35b3ebe4..31e2bac80ee66c87b021431db8e3fa2055e99793 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2014 Free Software Foundation, Inc.
index b1685442f108f11fc156bd85b6bc03d06dbe90e4..d36cca577c3d441395e84bf762bec53b95e30200 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index ff4d589117b9fe71b9f7a7e0e59529a8e71be040..544bb85f25ae2303767035e60c5d4edb691b5a21 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2014 Free Software Foundation, Inc.
index ac1ecef888542364a961d9342098d3702493b682..421c1705025154e43a622da80121075189b95092 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 6eee2f6df758d71e229ca9f43a2824dac2307e42..435ae4c543a76db511d7975a9de25de7444a5894 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2014 Free Software Foundation, Inc.
index dc5ec5f768e2ab782c8c976518f1d2515248cca7..1af161fa80e7a7567f59034cc6acde452b9f56c9 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2014 Free Software Foundation, Inc.
index 5e8746815d1da115fdfad87fff1eee243aa35fe8..6a1d43bd01b01dc275a3dc522fb461fe59fb16c3 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2014 Free Software Foundation, Inc.
index 63f594501a98bcbea695fe646c84ddc7885dde3c..a5cd1f5b8ea9bdfd44c0f770a1b5c2e6f95b9aa1 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 //
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index a64538b3d24c85d5c8b5c69ac00993d234574d4f..6b3f0ebebb10f99ec3ec4f17e0eff67da2ee619e 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 468ba814bd26d47906b5b139c1d7639108c47fca..bb0014ca9b8da801a13c96d69690476fd59aec9c 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index e06adf8b060f5710146270dd02553159e6f741e1..106b1a08124d1f4d09bae331b54aaf6ed3ef0230 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do run }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2014 Free Software Foundation, Inc.
 //
index a5e21e9a3dd7813587d11483c741d1847a506ffc..910d9922b85edba81c8acd14d3c99ecc809c7b49 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Test error: reference to '__detail' is ambiguous
index 556781523a63976bce86d3e1c478fe276a1306e9..a47d61bd8b8652c5d9eac0870977d69cb732bcf0 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2014 Free Software Foundation, Inc.
 //
index fc787bfed7a7d1046916ac6676f62eec8f7bb289..a61749f2dc64d23b09bf19a9414da11847d798af 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index ce86358adfa9f8416f0b5552160f8c70965742ea..fb4f7bec66a071924464b159f3c0b33048ef497c 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do run }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 4c46da9914bb7c7ba3cb382fc26feff900be96f7..5d2f87f1adfb1c9f08c3d0b8a1b4878b93be09e6 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 2f8825d1ecaa72f216eb5b3c7ac56d9d1990e4c0..5a577cc0c84b3fcef460d8599c9be4d4e87c64ba 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 4d749618ae0b87e1b796c204eed107da12e67129..8729dd0285316e45badc76e89d02007ba649c1b4 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options " -std=gnu++1y " }
+// { dg-options " -std=gnu++14 " }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 270f325974a920afb475bc9eaadb59f800f39424..6aa11e7f774c82b9e231d0b626f981621fb251e7 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 //
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 00b1962aff8961564ba5ec361a71d4d06078bd58..e8d4c9ebe45ce0ffa69e98a3f117e3eb7c051b6b 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 //
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index ff08817941b7c2295b4ac9ef4f407814bd3d1eca..2cd17d7882c49d6d7d8434fa9d3de6c11ec0ba85 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 //
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 16c7c90c59daaca9b8d72d70e74f87df2cc1dbbc..0f81e21cd6e510c1f4db197c556d6670bd1a460a 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 5bdea5dc93f6ff116a584b2b80e3f44c44d326a0..778f9b14ae5f98368f16c5d3269eb94a9d9dbd99 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index a99acdf7c03356c5795140ee9ae921f421dff08c..a1926cbfe1013d80c87a695a636315988a679307 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index fb066348fcbfa86426ed85f015b0b406e161fdee..b2f3532553018c0095c3c163b03831a47364dda1 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 34bc46e7734313ea88c7a7616492e35465585aaa..62661ca49714dabb44436dcf7d99f1c89bfe86bc 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 5598090d8fb8d41ee4aedbc6e930aefd6476a7ba..c80c72d9367fca19862ae6d83f3c2bcb09fc2304 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index d90672078961485a85b5e960be0a263ee38d4a38..9ac55a841716ca96dfb702bcbaecb4c091a3c8b9 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2014 Free Software Foundation, Inc.
index 62df9acc215d8f2155f939c6ba090a0f8946ce3c..3368eea30974d1c01a2b2b67690cf418e4fe95be 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2014 Free Software Foundation, Inc.
index 3841eab538bffcb939951d396c8db949c45cc737..962a863cbdbba27bc352311a826914ee2efd42dd 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2014 Free Software Foundation, Inc.
index 598c5cd3c499309c7e60cb58a93ea9b57bd10702..f4912c7c66b842d2fbc7aa744d89a3be3dc3eba6 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2014 Free Software Foundation, Inc.
index 0f2857b7d61fde0949805ef885122632a51b4119..7fda527a013480e4bfa4414a088654df1a06fcae 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2014 Free Software Foundation, Inc.
index 9c06e3b00c6f28bd980abc0cbb4bda3b831bc594..98f3057637fafd7131a425e246c8996520cb7809 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index c842cacfc6a5b58088644df8a26fbaca390ef935..bddd09d36136dae96b85084a222ad545b7a28f90 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2014 Free Software Foundation, Inc.
index 730a66d303c7a34f6df65bcaf27f38c30b5bf25e..67238dde4b7d4672bdebc017287aea5fdac7895e 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 436517f5da56a2c26115e580e89a09439d3aaeef..a99aff5741775292a43067d67e4ac2a623239c41 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 9387ff98c51bb27fd37206e3f6bf2be0069c482f..1493c1a482f08f722716cc09007e76e9ad3fece7 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 042f2149a0d5dfa0f6127df3c82a499c2fadb6cc..ed151acdea339437ab5ac481bdb2bfd221e1e86e 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 78090b7dd3c0b74ca61d5033c8fab168c92dda4d..f1d19ccf3544c2742d8ba9e95c9a659779085dd7 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 //
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 53c621b1735968d1382524b7d055715312ee2328..26b71344a77ec93162b6d37f840a795c77e29795 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 719eda1adc13e708168ed5af423fcdc8c3861495..a7b7bb6bf0175ccf6c4773fed440811b85482ef7 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 6ba554052c02039f698298660745e243a99297f1..93d3909e1490e8c982ae4608c52d5dbaec14a8df 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index b5e25b47e89b21c199ea484d4aeca740d80fc87a..dbc0290dab7ce55baf5556642c2ddec5185e4659 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 6599f30b6f732d4ed785c3170f9ae1fe7e17ca4e..edb29ab2a91e2ebf20fcd70be8fdf0d827d6979a 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do run }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 510d84b0beedda6d2b4b66320f7fa78d20e3b8a1..e8c069699144ac3da8a3a20b3cc1d1bf4d825ee0 100644 (file)
@@ -17,7 +17,7 @@
 
 // 25.2.11 [alg.equal]
 
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 #include <algorithm>
 #include <testsuite_hooks.h>
index 623a932c2366e872f9789166962677bcb6cfeb67..9287213b1f54fb29abc509fcb088456704358701 100644 (file)
@@ -18,7 +18,7 @@
 // 25.2.11 [alg.equal]
 
 // { dg-do compile }
-// { dg-options " -std=gnu++1y " }
+// { dg-options " -std=gnu++14 " }
 
 #include <algorithm>
 #include <testsuite_iterators.h>
index d781c574b685650bc91b89af5ba195228ddbd082..1101f41c0b59ac29eb3e4db84d2f40d51dd13ee4 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 73cea624f7cacf6d977796ef882b7ad034369dcf..3a14d47bec0cd8e85cb9542845bc6344ccc0305a 100644 (file)
@@ -18,7 +18,7 @@
 // 25.2.12 [alg.is_permutation] Is permutation
 
 // { dg-do compile }
-// { dg-options " -std=gnu++1y " }
+// { dg-options " -std=gnu++14 " }
 
 #include <algorithm>
 #include <testsuite_iterators.h>
index c20e2f2fc3444db7f8e25f8ab05acfe220f92c0c..386bf190549c93e179de5f2a44632d1b0f77c04e 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 1db5908101497494bcfc7762ab0aec360146c69a..f36008c1a8eb4b8e56958cb49088d4ed62380795 100644 (file)
@@ -17,7 +17,7 @@
 
 // 25.2.10 [mismatch]
 
-// { dg-options " -std=gnu++1y " }
+// { dg-options " -std=gnu++14 " }
 
 #include <algorithm>
 #include <testsuite_hooks.h>
index c52b489585aeb41404aa95c829c493bce744aeae..4becdd8fc7feaaaa26e4940fbef00de9d56b494d 100644 (file)
@@ -17,7 +17,7 @@
 
 // 25.2.10 [mismatch]
 
-// { dg-options " -std=gnu++1y " }
+// { dg-options " -std=gnu++14 " }
 // { dg-do compile }
 
 #include <algorithm>
index 8b95cf36e8f8527957e308c9e1f272f4916448be..9b64471d132ec36e148e0302a6c8076d20be815b 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 38199cb07898d7166992b8a019925bc7cbcbeaa8..004b04045ac270f681b6bb3b82bd731f4dd3cd1a 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do run }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 09bf2daf28dd3246798a9879f7c9647d6d95be09..e94f2ac7b509d98c0a7d19f43967423fdc882436 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do run }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index f727f5afd33b5c314fa7f89a49f7395c9233bcc7..8365fa3d1f6e82ba72ed56480001065fb7a1a886 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++1y " { target *-*-cygwin *-*-darwin* } }
+// { dg-options " -std=gnu++14 -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
+// { dg-options " -std=gnu++14 -pthreads" { target *-*-solaris* } }
+// { dg-options " -std=gnu++14 " { target *-*-cygwin *-*-darwin* } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 
index 3ad7dc9536f88260257e02186a77dbd0382e1f39..6a13c11a4cf45490075942e905838351bad8de95 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++1y " { target *-*-cygwin *-*-darwin* } }
+// { dg-options " -std=gnu++14 -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
+// { dg-options " -std=gnu++14 -pthreads" { target *-*-solaris* } }
+// { dg-options " -std=gnu++14 " { target *-*-cygwin *-*-darwin* } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 
index 2c89a3635f36e8c03810d39283b4b0d1dc0c9709..24a016c460792b0c88f9dc72eb0d63af319c063f 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++1y " { target *-*-cygwin *-*-darwin* } }
+// { dg-options " -std=gnu++14 -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
+// { dg-options " -std=gnu++14 -pthreads" { target *-*-solaris* } }
+// { dg-options " -std=gnu++14 " { target *-*-cygwin *-*-darwin* } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 
index ebbac5f4b03635844a6652de8262652f0abf824b..af13a0dcc485d857c8bed552b1249a3b1a303d7f 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++1y " { target *-*-cygwin *-*-darwin* } }
+// { dg-options " -std=gnu++14 -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
+// { dg-options " -std=gnu++14 -pthreads" { target *-*-solaris* } }
+// { dg-options " -std=gnu++14 " { target *-*-cygwin *-*-darwin* } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 
index 7abf1e4e485084fcfd364fa7b90cfcb097203fce..19c53aa3124e5f892f827ac966a295c908118272 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++1y " { target *-*-cygwin *-*-darwin* } }
+// { dg-options " -std=gnu++14 -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
+// { dg-options " -std=gnu++14 -pthreads" { target *-*-solaris* } }
+// { dg-options " -std=gnu++14 " { target *-*-cygwin *-*-darwin* } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads-timed "" }
 
index bfb6aa533307c3146a7b3afae3c4036019ee2478..ffeaa5f57d8280309b0005e00f03ff39b0807402 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++1y " { target *-*-cygwin *-*-darwin* } }
+// { dg-options " -std=gnu++14 -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
+// { dg-options " -std=gnu++14 -pthreads" { target *-*-solaris* } }
+// { dg-options " -std=gnu++14 " { target *-*-cygwin *-*-darwin* } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads-timed "" }
 
index aba161cfa640fc351938bdb4eef4fc287335ff34..988403bf4116b00bbac3d9dfeeed18a09a77d6a4 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++1y " { target *-*-cygwin *-*-darwin* } }
+// { dg-options " -std=gnu++14 -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
+// { dg-options " -std=gnu++14 -pthreads" { target *-*-solaris* } }
+// { dg-options " -std=gnu++14 " { target *-*-cygwin *-*-darwin* } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 
index 00fe5270decfb0430b8d8773bab27106612aa395..ee0ec48e88024ef22f103f984a556bf06a259367 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++1y " { target *-*-cygwin *-*-darwin* } }
+// { dg-options " -std=gnu++14 -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
+// { dg-options " -std=gnu++14 -pthreads" { target *-*-solaris* } }
+// { dg-options " -std=gnu++14 " { target *-*-cygwin *-*-darwin* } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 
index 87e99e87dd678332d23557fcace95335fa615877..f24c2cfa1310c2b88db445a5aeb4a9a49499e01a 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++1y " { target *-*-cygwin *-*-darwin* } }
+// { dg-options " -std=gnu++14 -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
+// { dg-options " -std=gnu++14 -pthreads" { target *-*-solaris* } }
+// { dg-options " -std=gnu++14 " { target *-*-cygwin *-*-darwin* } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads-timed "" }
 
index 868c815d4dc1ff5e8ce8fced788653d01117cde0..ee5ac8a3ce5c111246de07e3310963993939fe55 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++1y " { target *-*-cygwin *-*-darwin* } }
+// { dg-options " -std=gnu++14 -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
+// { dg-options " -std=gnu++14 -pthreads" { target *-*-solaris* } }
+// { dg-options " -std=gnu++14 " { target *-*-cygwin *-*-darwin* } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads-timed "" }
 
index c941e10b51fcc91c9a456266e4dc2751576c4737..477c443a5747f87b02cc064fc6ddc24c2f6545dd 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++1y " { target *-*-cygwin *-*-darwin* } }
+// { dg-options " -std=gnu++14 -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
+// { dg-options " -std=gnu++14 -pthreads" { target *-*-solaris* } }
+// { dg-options " -std=gnu++14 " { target *-*-cygwin *-*-darwin* } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 
index 856b2fdf37fefc2c64ceb9699fe1b5e99a7ca102..ee803500bebf18d143d8b44484c8fc1cf2ae9a03 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++1y " { target *-*-cygwin *-*-darwin* } }
+// { dg-options " -std=gnu++14 -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
+// { dg-options " -std=gnu++14 -pthreads" { target *-*-solaris* } }
+// { dg-options " -std=gnu++14 " { target *-*-cygwin *-*-darwin* } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 
index efd61565bdfae5212dcc12843bde8c3c5299e873..cf452fb6964bd6ba39cff389dc7886f741b1c149 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 
index 738e7f1471435ce74a3a434c9d62f7a31233a46c..469616572c74022f799f7a217054f4246b0db000 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 
index ea9dbff9e60f1d643b9dc06146e8b3bebb825f50..8b9b35f38a75aec1651015ab2c0be07886557644 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++1y " { target *-*-cygwin *-*-darwin* } }
+// { dg-options " -std=gnu++14 -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
+// { dg-options " -std=gnu++14 -pthreads" { target *-*-solaris* } }
+// { dg-options " -std=gnu++14 " { target *-*-cygwin *-*-darwin* } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 
index c8be74101eabc79eef20d6ec0262042c8bc6c187..2178d859a48e0500a4622c1b7a21db82c47e5569 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 
index 780c1934112d17669428448d941a7798a675af41..252ee7c3fe3794c4beaa1c14c9078f8034b7a7f0 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 
index 3133b10eb469e81a6d4df477308adcf45b2289c9..c79210fd8b0b1ddb8ae2f476159595560d7580cb 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 
index d1fff0e7ff729d069bf19e99641cf1820299bfd7..8a6590c4c8a30ecbeb7fac562eba3df3acb25917 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++1y " { target *-*-cygwin *-*-darwin* } }
+// { dg-options " -std=gnu++14 -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
+// { dg-options " -std=gnu++14 -pthreads" { target *-*-solaris* } }
+// { dg-options " -std=gnu++14 " { target *-*-cygwin *-*-darwin* } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 
index 2390b2bfef6196d58a12504893d9d256afda71b5..1cc80abc7b7669d0c3f1635620815d805ebfba5b 100644 (file)
@@ -1,7 +1,7 @@
 // { dg-do run { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* *-*-solaris* *-*-cygwin *-*-darwin* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
-// { dg-options " -std=gnu++1y -pthreads" { target *-*-solaris* } }
-// { dg-options " -std=gnu++1y " { target *-*-cygwin *-*-darwin* } }
+// { dg-options " -std=gnu++14 -pthread" { target *-*-freebsd* *-*-dragonfly* *-*-netbsd* *-*-linux* powerpc-ibm-aix* } }
+// { dg-options " -std=gnu++14 -pthreads" { target *-*-solaris* } }
+// { dg-options " -std=gnu++14 " { target *-*-cygwin *-*-darwin* } }
 // { dg-require-cstdint "" }
 // { dg-require-gthreads "" }
 
index 5a7041bf752e8d6b5c785c532ec19d3817804d9b..1778713d4d7a00563afdb684882f2c48f4c737bc 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index c19943f1c427ce0fb20c74fa10c7d7a5bd8f120f..6dac306c0393bd93edc7c885c886bc2f3ab37b75 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 35d45bbb0ab536d52eb9bdbbb79ed74bb2d54dea..dde0f4940475098920ea00e467bdeae2aef158df 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 8aec8ab0a3d8df89717511ea965b6414aa17abf7..9436f953443361bfd27a654fda983dd9d4d3df01 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index b7dff41c9ebdb728dcff035490203ef0b17b567d..dcf83070b8f9d3b2404af173ad3c6450a4a02323 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 6418ab4aa973d4aa1573560706282bd25d714edb..e7484fecc7064aa02b5401ff1b46373086f47305 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index cd20634d1a2f46fc23fee56a63ee7f172799b1c0..8b60f853148eda16965b14275b0cdfb966fd0ab0 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 2d118e36199b82d3aeae64a05f78bbb088d079f0..427a71857a8f23faf9e9979a8d76a0eb699c0b17 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 604bb58eb5220e5bbc1cd65ba446110dc5cfa44b..04678916e7c57e3d9cc1ef9ebdb6576599e79e66 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 68b0888624d62b320c6a0c733c4d5c0e657f385e..ab107c667dd479000846f05e751aeb2f46c036e0 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index dbad2ae65536383f7c17f389d01f58b7fdef2284..e924c6182dd76eb612094d2dd5ef71bdc3cf4934 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index ade20b7442d789abe0808f5d15d913ce5950b3ac..ab94801e8d1c5f5eba0727b48d75ba7cc0234ad2 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 05313f9e89e62536be741ce5e90a36b185971ffd..21b874e55761faa954148df536ff9c7844c1661f 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index fc45e2cbf60f6f8cb756bf8a96e5e279fa2df1d4..8be36800c74d33802f9e937a9bcad03660f0ef00 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // XFAIL pending resolution of PR libstdc++/58777
 // { dg-do compile { xfail *-*-* } }
 // { dg-excess-errors "" }
index 6cd50dd8293ba8cf08aa87bbf7f2b8df93901782..1ffcdc10f952e193b16e8ca61aab11af9cb1b8b5 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 5aa2975ee55e28d85f33942f659e09ddfb3491cb..d7aeadfabbaa1b4ef758bbb817e9b44646371ad6 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index aa78d8added99afe8f234db4fca5dd73b03bf4a2..14b5e3b1f523d3108b78c0b7d201f197b92ee3b1 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // XFAIL pending resolution of PR libstdc++/58777
 // { dg-do compile { xfail *-*-* } }
 // { dg-excess-errors "" }
index 2fa84101d5afa2ff16fd62f99687c87d306c17b2..49406bf633e1b1b6ecbd52caa2478747ba69b622 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // XFAIL pending resolution of PR libstdc++/58777
 // { dg-do compile { xfail *-*-* } }
 // { dg-excess-errors "" }
index b40659e0c5ebf69664709fdc79a90acabcce84ae..c7cfc032370e0f6cf487c5520dffb91486577ebd 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 4214d76dbb5c2351e7176963e3a2ec8f3c712c4c..6dfd0682d200693748b5ad43a5903a8fad1e32b9 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index d38a97ce4dd19db408b20f9436fc2edb79a2f31e..e9d6e4d7dc191d320806bebd6e01af1a487d203b 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 96da1b45061184f73cd301a02e5baca04a31fcf2..44e0b63878afd516629b92e54fcce8be3379a87a 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index b57938d526b972845c92899e47b0837c4540db3a..f3740a4458530594c776ce01fc5aae4efe759329 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 67a5cd40ca06626bfd93ac18a7e554bc306f838f..42e6d1b5613dc23341f639572e843f7204140f1b 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 56742d2df7069ac3b6886d0382af990556eaa00d..cccb23bdf227d08b5ff98ff7954f14cc25ea1136 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index b47cb61b237d352074810d375e03803aeef35747..db745dd89d081d60a595f8f8bcdedaa23db43f91 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 66525b27af49f58a4f97e59c5ff612cbae66bb4f..3ae84a182cbc619663e31a60c6b7bd77c0974892 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 99122c01839914ac3af682fc727943cf3f8c94e7..4c1ef559950c0fefea159674fa087fa6f53d48ff 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 560579791140540a83884b82546e6975a0e059b7..38549393016b52fa018df1a09109d12d1a770786 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 0316df6ed1bcdec26b62be0e4d2f8acd46400780..121697020fd6463961a4c9459d22179f1a5c8942 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 924ed095d13ed979adaaeb6aa171e77075a88dbe..8499b4779d22d9d085346c179595a0edfce219c7 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index bdaf6cbbaa15292882109f204eb458df920bfe73..69088a711718c9c90b5e395d9eaf5eef26818c4f 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index a738f121c28085520ee86910a165f3968b1e9880..b5ab2350abe308dfd0c412d72c9c718c3121e6b9 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index c6a6022826f8367136daa3ab11e845210f960a9c..f2cdaddf8d25638d8a911ca0126559a3254409e5 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 3f1ee9c4900fa82e52d1850482f791a15a5ea1c1..fbaae97f184b424d3602e109297c17cf6a4af8c7 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 6ee9cba768a403d757f26a84048a3da326dc7188..b85d1b98314dc89cbc30db6ea407e4ca4601d9d3 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 581d0168fbca1e19711a5a98629c1fedca43231c..1f53bc6443422c86e3fbf03f3b053da589e3a084 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index ce16fcb92f5dfc3ffa8fbf6e1ea45eadc7a338d8..59f2c86dd62ea7bad67d2f9dbd9f1df274cb9e26 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index c01bba57a5e8e129443274c3bf6b2bada0f8260f..c96a78bcbdff0410c2dd717176ff1343b9a5c681 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index a24622b5f4078d2b5df1ec965439cae63c1e2b15..258d1601b98adbf4d94353f60db9fed4144d7bd5 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 4b0535b4709390f330fe264f32b5bdc02188b358..527419e93df99d864f8a1c480bf24807a7350602 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index db754ce3edb20e98bbecf1c6e18f72b4b2a6f1c3..64886ed8557ba4fa675907d854eb0ec6b397881c 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do run }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index ff9df9a08c65d2eca69d89d51441d91177728650..5643311af74f312af0bbddb623e0cb918e046aa3 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index a443b0ac7e03580beaa4a7867da143a1fd9c8bd1..88b4bdc1b00d8d8ecb94b2ee6c076d8685cb6d0e 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index b58dfb56190c2f18950b6318d9de929a770df8e1..964fc2567f9a9270495cc82ca73841da1960f97a 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index fdb37d51ea15f7560d5008c0a00f3149284e446b..cd7fb45873cc3535b76405f43299f85ea1ba0fc9 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 9ba9b84a1805b042d1c95907694af56466e0da49..5a88fbbd1b58c1eb7fadf423ffb2813ea5de3714 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 1d73f2f1257ed695f0fcfa50cf4cd353b862279f..99fdcb9d94aeac34a956810d4d6dd400f4b7fbca 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 76a1e94368c538a3569f52540e5186ba7e521261..d2ec3e19a4dafd1aff27626d07ec204bd1b062aa 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 0a0b19f60be99d8c556d1bc77dbeba30b9d16645..09d7139c6e089c24604c855bb81b73399b25e969 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index ef2fcc0e5d5eca2b8709e98eb9270dbeaf30f251..3cfdd5805f58946a6dccf8ac6bf9cbe2d4adbdfc 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do run { xfail *-*-* } }
-// { dg-options "-std=gnu++1y -O0" }
+// { dg-options "-std=gnu++14 -O0" }
 // { dg-require-debug-mode "" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 17c983df32e7bcb3c1081dd0b6f488f261b5cf9b..ae6584fea47d2afc224f37db5f71f88b49c95c6e 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 3 Free Software Foundation, Inc.
 //
index 92831fa9ed7f0461926a31a651835cbb5690a483..7e458c6f16a180f44999ed2c884e8e0a16ae0bf3 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-require-string-conversions "" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index e3df84d41f083c2318197017cc26b804197f1547..7d69adb89f00331dd5307dafca89e47bcec2d53b 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 4ffa7ddfe3806e972026509616a40dbadbb0bedd..3bb7e93f38d5599b1c52d6603783db32b5fbea9e 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do run { xfail *-*-* } }
-// { dg-options "-std=gnu++1y -O0" }
+// { dg-options "-std=gnu++14 -O0" }
 // { dg-require-debug-mode "" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index e7a265c9c00946d7cc02c4a9edb8100b9353a78f..95a4ffeee421a2a86193fd45abc00add740c7140 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index c119b36cef55b1ccf9c8df9776911d79fc28afdb..2175b08d580ae3628c002a21e5ab68669fdb7dc8 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-require-string-conversions "" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 4f7a8f20be2839c0be4a5992d17597292a94063b..9dcf1e97aa90950a1a8a14ea07e0f3fa16e3cf3d 100644 (file)
@@ -19,7 +19,7 @@
 
 // NB: This issue affected only debug-mode.
 
-// { dg-options "-std=gnu++1y -fno-rtti" }
+// { dg-options "-std=gnu++14 -fno-rtti" }
 // { dg-do compile }
 
 #include <experimental/string_view>
index 62f35ed34f6a00d5c151953993686031a86e9a45..d69fb736a90a3c05a9898a9939a62529da0e1042 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 0379ed1bdd8e82ea594dbce7d78497e783982aa8..8da798ae3bf3588c30e58539b9a5a82731b67cc6 100644 (file)
@@ -22,7 +22,7 @@
 // working, not to mention other major details like char_traits, and
 // all of the string_view class.
 
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-require-fileio "" }
 
 #include <experimental/string_view>
index fc4cd254cb36e47761782afc7d885485640b79ef..2fba26d0dac35daaeaa9d7443237c533205c6957 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 75c435d8062dc6081117b04b796a876d6f056ded..6eda3bf5158cddc6c65035cdb6902aab416bf277 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index e2ed3f2fbc3025bf2b5843744505fc35311c6616..5c286c58ceb1758bed6165720ef1314b9f15ae5a 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 419ff7455ec633a4e65c5d5f9198ebd9ee6b2b9a..ee1d15b0665e21fca768586fdc6546f83b431101 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 4a3de74eb75635032fa8a1490798ec0d30a59145..748a8d63053acfef892881070ca308577ef9e399 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 3ab1037c418c0303f2b4763ce134cc0a999500d9..3192086e7cc198cc0c683153f54507ba288be31f 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 1343eec75d34b52af4d37ef95a27da8f202f8a06..dc98146f1ca290f80590b803ef1cfe73e6fa8084 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do run }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 0ce1fbc26c496254ed61b970ce01d9da16a1f956..389020b2b8aaaa3a3d34b7020cb1f02baaa410d5 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index fe4f1b7a0933ee9e395fb2496259ac481d90df7e..45a37f6eb3a61f8b8575c2c09519a6d62bfba007 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 8ecee86049b871bc5c67cd9d9a8a4086aaa9aa16..208caa850f36282b50cedce0955ebfeadc89b93a 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index bcee5fc76b2c68223cd25739dfe1c28459ae414a..0d13f5df2d92db6818435390d5ac1fe2182651cb 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 88fd271f607164ba07ab4c089eb527d9f2fc772e..39f0d1536143e4975838f07675593a645878b32b 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 5523ea685f03cc0a7f86d3c918362b8361d1133a..8e24d46b596cf60268682079e4152cd5e5e73fda 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 42d06c9e53a9ee0b5644d5319bd6e07090101945..784ecf883cf60ad7192c1376fba7e309fa36d99d 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index f0692743a127d7fd3bc567f77b0ce00fcbd13913..cd8f5f518393e5fb999d0f9edac48dbefefcf26e 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index d0f3e8d69011461351f47f45477cdc878a096614..08910913e990ee6674063369e70cb7a1277e45f9 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index bf3f14b14bd27750b256319e0af9122a52a4654a..e969e3e295332469cdfb107d3ed99f551fc777b5 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index a34492606ad76efc571ed152eed810161992d628..6abd0cf4db997e35d0e02bdf183f8f7845283c34 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 41d2d1411d92ab1aae934c7898bb277bff10be0d..a2f8a817fa570f96c9e47496b52ac766fefba9bf 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index d48d058dad3d94db504ceaf92e86f4ea783dcc8d..3a0fd475de843d534ec3a138b960a0de17e894fa 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 404c039dc69834120854df0e564fee4bc03646cd..baaeb3110be6d2b5b21e33e8d1e0ac3938ae0daf 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 9c84e4db06a4b9a37dca2510b26288d1f7b0d742..c7a6f72edcbbf38bace65aed93f82ddd4c4e1e27 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 4be57172c88100cc99ae0ecaf4279518eece3656..58696423849c4411156f9c1a9d47251accca4689 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 57bcdf03d60363bfc205d8a73599191caf52599d..4863ab82a1e6206982fb2016db01bd6203e93fe0 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 0ba97b796a951b70730b7ea0c586ac83b54346c9..a89e1405859a9214990cad496f60ccab7153b627 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 89b88edb5dd3d513cea0bee5ff11d77259622b67..4594b9a78028e775eda03b486aaddd35303e5a3c 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index b60ce0be7fc9c9663ed19e5b15c4759bbe67b34c..ad7214a2c5db47bf285d4e1b9cfc83c4a7e3775e 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 7a36677e920bdfc855d502ea7f1d38bcb298ef27..adcea8e44e314f13f31f24a8747890de296b019d 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index daf6e7d12c0af6c0113771097127cc840934771e..98cd3f925c003d5fe1a9c9843c1fff841bda68d8 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
@@ -12,7 +12,7 @@
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 // GNU General Public License for more details.
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // You should have received a copy of the GNU General Public License along
 // with this library; see the file COPYING3.  If not see
index 48de81d7b9d9c89e31a49583b82a26461d5fe08b..e60cb4a20b9bbe32e0bb9486be01029c8ac1ed0f 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 1074f94b6fb4096417fe0c6a51437b9f624021b3..d3a9919e463ce7087674012c0c16aa19b80803c3 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 772496b7c562e9f23e6e38b95e94cdd215e27b7f..5c5a192285a7e4869a988a14b039ad6460773789 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 5313bdc5140064429cd457ba14d1d28ff4c1a5cc..189dbba6ed2d5e8747a6c1401398f646c86fdb55 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 2f430ba165247d6e0611de2b32af06509a89f74a..6d8f35b256d6b0b5bd4c570b6e615bb6a18a4f82 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 6be8838e0d2a649c8b007a0d77bea43bfde6dac1..5b89c5b15259595dfca820c43e83ec3f60c3233a 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index c0a5734c6758f160d4c553a90e381a71b8ed01e8..019504c87c029d8f547d13c896b21b85279546a5 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2014 Free Software Foundation, Inc.
 //
index 6368c1c90ee8fbe0071fb78073b94588f8a28ca3..74302229ce7e6ea0129c27faf8cabcc75479c81f 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index b83eaee082db22756fccaa391c1289e56d81f704..72e26bbc7dc0b69d5338dca14b9694b1378bae96 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index db462bcdf935d0b4ca69f2fac1fb5edf9d2c2770..4d7587fc918700a94b380ac54ad61eca42f1924d 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index e09046914781f08c9092cd5d5207f60ef073b7ec..ec825fd236d0fa5500bc4847af9967829bf6da75 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 83f9d95dcfba197ebab0cd065add56e7113e1dfc..caea8a0479bc5194eaf2a15105345a9c581f8554 100644 (file)
@@ -21,6 +21,6 @@
 #include <experimental/string_view>
 
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 template class std::experimental::basic_string_view<int, std::char_traits<int>>;
index 85db99c34b077612f419882d0de23ed8ea4247cb..d38d9f28b833825bb93a621bf131db218773cacc 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index 7b81bcb7877b9430b0d67b300143d0d024764063..151e5d3fd739bf227f554ebf52d72740fab0e35e 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-require-cstdint "" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 64f89eb07533f8af9dd7ab42e468dcf9ff62c024..3dbe28d094171ed44a22b65d91ad60785a7ccd36 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-require-cstdint "" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 749d4ecd5d7c23dfd1bd39b1cbaa021983f03f17..1c6b94a1d40e9c990ede7265dca02a1db8556bf1 100644 (file)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
 //
index e04dd4ab9ab440146baacc1f02a228504535d96e..9f7ec1b2f725ded443abf310c335d0cd544fa29b 100644 (file)
@@ -1,5 +1,5 @@
 
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 // Copyright (C) 2013-2014 Free Software Foundation, Inc.
index 46ce321032958a1c196014fe1b8f1fbdae30c6f4..9964e179d8a1c4cb1188a997ea5315211b9800d8 100644 (file)
@@ -17,7 +17,7 @@
 // <http://www.gnu.org/licenses/>.
 //
 
-// { dg-options "-std=gnu++1y" }
+// { dg-options "-std=gnu++14" }
 // { dg-do compile }
 
 #include <experimental/string_view>