public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Paolo Carlini <paolo.carlini@oracle.com>
To: gcc-patches@gcc.gnu.org
Subject: Re: [v3] Minimally exercise the other alias_decls in <type_traits>
Date: Wed, 15 Oct 2014 18:29:00 -0000	[thread overview]
Message-ID: <543EBA64.2050507@oracle.com> (raw)
In-Reply-To: <20141015094415.GE4197@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 213 bytes --]

Hi,

On 10/15/2014 11:44 AM, Jonathan Wakely wrote:
> We might also want to consider a global s/gnu++0x/gnu++11/ some day.
The below takes care of 17-19, the rest over the next days...

Paolo.

//////////////////

[-- Attachment #2: CL_c0x_1 --]
[-- Type: text/plain, Size: 4796 bytes --]

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

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

[-- Attachment #3: patch_c0x_1 --]
[-- Type: text/plain, Size: 31900 bytes --]

Index: testsuite/17_intro/freestanding.cc
===================================================================
--- testsuite/17_intro/freestanding.cc	(revision 216278)
+++ testsuite/17_intro/freestanding.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-x c -std=gnu++0x -lsupc++ -fvtable-verify=none" }
+// { dg-options "-x c -std=gnu++11 -lsupc++ -fvtable-verify=none" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
 //
Index: testsuite/17_intro/headers/c++200x/42319.cc
===================================================================
--- testsuite/17_intro/headers/c++200x/42319.cc	(revision 216278)
+++ testsuite/17_intro/headers/c++200x/42319.cc	(working copy)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
 //
Index: testsuite/17_intro/headers/c++200x/all_no_exceptions.cc
===================================================================
--- testsuite/17_intro/headers/c++200x/all_no_exceptions.cc	(revision 216278)
+++ testsuite/17_intro/headers/c++200x/all_no_exceptions.cc	(working copy)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -fno-exceptions" }
+// { dg-options "-std=gnu++11 -fno-exceptions" }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
 //
Index: testsuite/17_intro/headers/c++200x/all_no_rtti.cc
===================================================================
--- testsuite/17_intro/headers/c++200x/all_no_rtti.cc	(revision 216278)
+++ testsuite/17_intro/headers/c++200x/all_no_rtti.cc	(working copy)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -fno-rtti" }
+// { dg-options "-std=gnu++11 -fno-rtti" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
 //
Index: testsuite/17_intro/headers/c++200x/all_pedantic_errors.cc
===================================================================
--- testsuite/17_intro/headers/c++200x/all_pedantic_errors.cc	(revision 216278)
+++ testsuite/17_intro/headers/c++200x/all_pedantic_errors.cc	(working copy)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -pedantic-errors" }
+// { dg-options "-std=gnu++11 -pedantic-errors" }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
 //
Index: testsuite/17_intro/headers/c++200x/operator_names.cc
===================================================================
--- testsuite/17_intro/headers/c++200x/operator_names.cc	(revision 216278)
+++ testsuite/17_intro/headers/c++200x/operator_names.cc	(working copy)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x -fno-operator-names" }
+// { dg-options "-std=gnu++11 -fno-operator-names" }
 
 // Copyright (C) 2011-2014 Free Software Foundation, Inc.
 //
Index: testsuite/17_intro/headers/c++200x/stdc++.cc
===================================================================
--- testsuite/17_intro/headers/c++200x/stdc++.cc	(revision 216278)
+++ testsuite/17_intro/headers/c++200x/stdc++.cc	(working copy)
@@ -1,6 +1,6 @@
 // FreeBSD wants warning clean system headers:
 // { dg-options "-Wall -Wsystem-headers" { target *-*-freebsd* *-*-dragonfly* } }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
Index: testsuite/17_intro/headers/c++200x/stdc++_multiple_inclusion.cc
===================================================================
--- testsuite/17_intro/headers/c++200x/stdc++_multiple_inclusion.cc	(revision 216278)
+++ testsuite/17_intro/headers/c++200x/stdc++_multiple_inclusion.cc	(working copy)
@@ -1,6 +1,6 @@
 // FreeBSD wants warning clean system headers:
 // { dg-options "-Wall -Wsystem-headers" { target *-*-freebsd* *-*-dragonfly* } }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
Index: testsuite/17_intro/using_namespace_std_tr1_neg.cc
===================================================================
--- testsuite/17_intro/using_namespace_std_tr1_neg.cc	(revision 216278)
+++ testsuite/17_intro/using_namespace_std_tr1_neg.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
Index: testsuite/18_support/exception_ptr/40296.cc
===================================================================
--- testsuite/18_support/exception_ptr/40296.cc	(revision 216278)
+++ testsuite/18_support/exception_ptr/40296.cc	(working copy)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
Index: testsuite/18_support/exception_ptr/current_exception.cc
===================================================================
--- testsuite/18_support/exception_ptr/current_exception.cc	(revision 216278)
+++ testsuite/18_support/exception_ptr/current_exception.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // 2008-05-25  Sebastian Redl  <sebastian.redl@getdesigned.at>
Index: testsuite/18_support/exception_ptr/lifespan.cc
===================================================================
--- testsuite/18_support/exception_ptr/lifespan.cc	(revision 216278)
+++ testsuite/18_support/exception_ptr/lifespan.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // 2008-05-25  Sebastian Redl  <sebastian.redl@getdesigned.at>
Index: testsuite/18_support/exception_ptr/make_exception_ptr.cc
===================================================================
--- testsuite/18_support/exception_ptr/make_exception_ptr.cc	(revision 216278)
+++ testsuite/18_support/exception_ptr/make_exception_ptr.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
Index: testsuite/18_support/exception_ptr/move.cc
===================================================================
--- testsuite/18_support/exception_ptr/move.cc	(revision 216278)
+++ testsuite/18_support/exception_ptr/move.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
Index: testsuite/18_support/exception_ptr/requirements.cc
===================================================================
--- testsuite/18_support/exception_ptr/requirements.cc	(revision 216278)
+++ testsuite/18_support/exception_ptr/requirements.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
Index: testsuite/18_support/exception_ptr/requirements_neg.cc
===================================================================
--- testsuite/18_support/exception_ptr/requirements_neg.cc	(revision 216278)
+++ testsuite/18_support/exception_ptr/requirements_neg.cc	(working copy)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
Index: testsuite/18_support/exception_ptr/rethrow_exception.cc
===================================================================
--- testsuite/18_support/exception_ptr/rethrow_exception.cc	(revision 216278)
+++ testsuite/18_support/exception_ptr/rethrow_exception.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // 2008-05-25  Sebastian Redl  <sebastian.redl@getdesigned.at>
Index: testsuite/18_support/headers/cstdint/types_std_c++0x.cc
===================================================================
--- testsuite/18_support/headers/cstdint/types_std_c++0x.cc	(revision 216278)
+++ testsuite/18_support/headers/cstdint/types_std_c++0x.cc	(working copy)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
Index: testsuite/18_support/initializer_list/constexpr.cc
===================================================================
--- testsuite/18_support/initializer_list/constexpr.cc	(revision 216278)
+++ testsuite/18_support/initializer_list/constexpr.cc	(working copy)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
 //
Index: testsuite/18_support/initializer_list/range_access.cc
===================================================================
--- testsuite/18_support/initializer_list/range_access.cc	(revision 216278)
+++ testsuite/18_support/initializer_list/range_access.cc	(working copy)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
 //
Index: testsuite/18_support/initializer_list/requirements/constexpr_functions.cc
===================================================================
--- testsuite/18_support/initializer_list/requirements/constexpr_functions.cc	(revision 216278)
+++ testsuite/18_support/initializer_list/requirements/constexpr_functions.cc	(working copy)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
 //
Index: testsuite/18_support/initializer_list/requirements/explicit_instantiation.cc
===================================================================
--- testsuite/18_support/initializer_list/requirements/explicit_instantiation.cc	(revision 216278)
+++ testsuite/18_support/initializer_list/requirements/explicit_instantiation.cc	(working copy)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // 2009-05-27 Benjamin Kosnik <bkoz@redhat.com>
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
Index: testsuite/18_support/initializer_list/requirements/typedefs.cc
===================================================================
--- testsuite/18_support/initializer_list/requirements/typedefs.cc	(revision 216278)
+++ testsuite/18_support/initializer_list/requirements/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // 2009-05-27 Benjamin Kosnik <bkoz@redhat.com>
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
Index: testsuite/18_support/nested_exception/51438.cc
===================================================================
--- testsuite/18_support/nested_exception/51438.cc	(revision 216278)
+++ testsuite/18_support/nested_exception/51438.cc	(working copy)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2011-2014 Free Software Foundation, Inc.
Index: testsuite/18_support/nested_exception/cons.cc
===================================================================
--- testsuite/18_support/nested_exception/cons.cc	(revision 216278)
+++ testsuite/18_support/nested_exception/cons.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
Index: testsuite/18_support/nested_exception/nested_ptr.cc
===================================================================
--- testsuite/18_support/nested_exception/nested_ptr.cc	(revision 216278)
+++ testsuite/18_support/nested_exception/nested_ptr.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
Index: testsuite/18_support/nested_exception/rethrow_if_nested.cc
===================================================================
--- testsuite/18_support/nested_exception/rethrow_if_nested.cc	(revision 216278)
+++ testsuite/18_support/nested_exception/rethrow_if_nested.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
Index: testsuite/18_support/nested_exception/rethrow_nested.cc
===================================================================
--- testsuite/18_support/nested_exception/rethrow_nested.cc	(revision 216278)
+++ testsuite/18_support/nested_exception/rethrow_nested.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
Index: testsuite/18_support/nested_exception/throw_with_nested.cc
===================================================================
--- testsuite/18_support/nested_exception/throw_with_nested.cc	(revision 216278)
+++ testsuite/18_support/nested_exception/throw_with_nested.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-atomic-builtins "" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
Index: testsuite/18_support/numeric_limits/40856.cc
===================================================================
--- testsuite/18_support/numeric_limits/40856.cc	(revision 216278)
+++ testsuite/18_support/numeric_limits/40856.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2011-2014 Free Software Foundation, Inc.
Index: testsuite/18_support/numeric_limits/char16_32_t.cc
===================================================================
--- testsuite/18_support/numeric_limits/char16_32_t.cc	(revision 216278)
+++ testsuite/18_support/numeric_limits/char16_32_t.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-cstdint "" }
 
 // 2008-05-20  Paolo Carlini  <paolo.carlini@oracle.com>
Index: testsuite/18_support/numeric_limits/cons/default_c++0x.cc
===================================================================
--- testsuite/18_support/numeric_limits/cons/default_c++0x.cc	(revision 216278)
+++ testsuite/18_support/numeric_limits/cons/default_c++0x.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2008-2014 Free Software Foundation, Inc.
 //
Index: testsuite/18_support/numeric_limits/dr559.cc
===================================================================
--- testsuite/18_support/numeric_limits/dr559.cc	(revision 216278)
+++ testsuite/18_support/numeric_limits/dr559.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // 2010-02-17  Paolo Carlini  <paolo.carlini@oracle.com>
 //
Index: testsuite/18_support/numeric_limits/lowest.cc
===================================================================
--- testsuite/18_support/numeric_limits/lowest.cc	(revision 216278)
+++ testsuite/18_support/numeric_limits/lowest.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-add-options ieee }
 
 // 2010-02-25  Ed Smith-Rowland
Index: testsuite/18_support/numeric_limits/max_digits10.cc
===================================================================
--- testsuite/18_support/numeric_limits/max_digits10.cc	(revision 216278)
+++ testsuite/18_support/numeric_limits/max_digits10.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-add-options ieee }
 
 // 2010-02-25  Ed Smith-Rowland
Index: testsuite/18_support/numeric_limits/requirements/constexpr_data.cc
===================================================================
--- testsuite/18_support/numeric_limits/requirements/constexpr_data.cc	(revision 216278)
+++ testsuite/18_support/numeric_limits/requirements/constexpr_data.cc	(working copy)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
 //
Index: testsuite/18_support/numeric_limits/requirements/constexpr_functions.cc
===================================================================
--- testsuite/18_support/numeric_limits/requirements/constexpr_functions.cc	(revision 216278)
+++ testsuite/18_support/numeric_limits/requirements/constexpr_functions.cc	(working copy)
@@ -1,5 +1,5 @@
 // { dg-do compile }
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2010-2014 Free Software Foundation, Inc.
 //
Index: testsuite/18_support/type_info/fundamental.cc
===================================================================
--- testsuite/18_support/type_info/fundamental.cc	(revision 216278)
+++ testsuite/18_support/type_info/fundamental.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-require-effective-target dfp }
 
 // 2011-02-23  Benjamin Kosnik  <bkoz@redhat.com>
Index: testsuite/18_support/type_info/hash_code.cc
===================================================================
--- testsuite/18_support/type_info/hash_code.cc	(revision 216278)
+++ testsuite/18_support/type_info/hash_code.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // 2010-09-21  Paolo Carlini  <paolo.carlini@oracle.com>
 //
Index: testsuite/19_diagnostics/error_category/cons/copy_neg.cc
===================================================================
--- testsuite/19_diagnostics/error_category/cons/copy_neg.cc	(revision 216278)
+++ testsuite/19_diagnostics/error_category/cons/copy_neg.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 // 2007-08-22 Benjamin Kosnik  <bkoz@redhat.com>
 
Index: testsuite/19_diagnostics/error_category/cons/default.cc
===================================================================
--- testsuite/19_diagnostics/error_category/cons/default.cc	(revision 216278)
+++ testsuite/19_diagnostics/error_category/cons/default.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // 2007-08-22 Benjamin Kosnik  <bkoz@redhat.com>
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
Index: testsuite/19_diagnostics/error_category/operators/equal.cc
===================================================================
--- testsuite/19_diagnostics/error_category/operators/equal.cc	(revision 216278)
+++ testsuite/19_diagnostics/error_category/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-additional-options "-static-libgcc" { target *-*-mingw* } }
 // 2007-08-22 Benjamin Kosnik  <bkoz@redhat.com>
 
Index: testsuite/19_diagnostics/error_category/operators/not_equal.cc
===================================================================
--- testsuite/19_diagnostics/error_category/operators/not_equal.cc	(revision 216278)
+++ testsuite/19_diagnostics/error_category/operators/not_equal.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // 2007-08-22 Benjamin Kosnik  <bkoz@redhat.com>
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
Index: testsuite/19_diagnostics/error_code/cons/1.cc
===================================================================
--- testsuite/19_diagnostics/error_code/cons/1.cc	(revision 216278)
+++ testsuite/19_diagnostics/error_code/cons/1.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
 // 2007-08-22 Benjamin Kosnik  <bkoz@redhat.com>
 
Index: testsuite/19_diagnostics/error_code/cons/39882.cc
===================================================================
--- testsuite/19_diagnostics/error_code/cons/39882.cc	(revision 216278)
+++ testsuite/19_diagnostics/error_code/cons/39882.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
 //
Index: testsuite/19_diagnostics/error_code/modifiers/39882.cc
===================================================================
--- testsuite/19_diagnostics/error_code/modifiers/39882.cc	(revision 216278)
+++ testsuite/19_diagnostics/error_code/modifiers/39882.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
 //
Index: testsuite/19_diagnostics/error_code/operators/bool.cc
===================================================================
--- testsuite/19_diagnostics/error_code/operators/bool.cc	(revision 216278)
+++ testsuite/19_diagnostics/error_code/operators/bool.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
 // 2007-08-22 Benjamin Kosnik  <bkoz@redhat.com>
 
Index: testsuite/19_diagnostics/error_code/operators/bool_neg.cc
===================================================================
--- testsuite/19_diagnostics/error_code/operators/bool_neg.cc	(revision 216278)
+++ testsuite/19_diagnostics/error_code/operators/bool_neg.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 // 2007-08-22 Benjamin Kosnik  <bkoz@redhat.com>
 
Index: testsuite/19_diagnostics/error_code/operators/equal.cc
===================================================================
--- testsuite/19_diagnostics/error_code/operators/equal.cc	(revision 216278)
+++ testsuite/19_diagnostics/error_code/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
 // 2007-08-22 Benjamin Kosnik  <bkoz@redhat.com>
 
Index: testsuite/19_diagnostics/error_code/operators/not_equal.cc
===================================================================
--- testsuite/19_diagnostics/error_code/operators/not_equal.cc	(revision 216278)
+++ testsuite/19_diagnostics/error_code/operators/not_equal.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
 // 2007-08-22 Benjamin Kosnik  <bkoz@redhat.com>
 
Index: testsuite/19_diagnostics/error_condition/cons/1.cc
===================================================================
--- testsuite/19_diagnostics/error_condition/cons/1.cc	(revision 216278)
+++ testsuite/19_diagnostics/error_condition/cons/1.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
 
 // Copyright (C) 2008-2014 Free Software Foundation, Inc.
Index: testsuite/19_diagnostics/error_condition/cons/39881.cc
===================================================================
--- testsuite/19_diagnostics/error_condition/cons/39881.cc	(revision 216278)
+++ testsuite/19_diagnostics/error_condition/cons/39881.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
 //
Index: testsuite/19_diagnostics/error_condition/modifiers/39881.cc
===================================================================
--- testsuite/19_diagnostics/error_condition/modifiers/39881.cc	(revision 216278)
+++ testsuite/19_diagnostics/error_condition/modifiers/39881.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
 //
Index: testsuite/19_diagnostics/error_condition/operators/bool.cc
===================================================================
--- testsuite/19_diagnostics/error_condition/operators/bool.cc	(revision 216278)
+++ testsuite/19_diagnostics/error_condition/operators/bool.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
 
 // Copyright (C) 2008-2014 Free Software Foundation, Inc.
Index: testsuite/19_diagnostics/error_condition/operators/bool_neg.cc
===================================================================
--- testsuite/19_diagnostics/error_condition/operators/bool_neg.cc	(revision 216278)
+++ testsuite/19_diagnostics/error_condition/operators/bool_neg.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2008-2014 Free Software Foundation, Inc.
Index: testsuite/19_diagnostics/error_condition/operators/equal.cc
===================================================================
--- testsuite/19_diagnostics/error_condition/operators/equal.cc	(revision 216278)
+++ testsuite/19_diagnostics/error_condition/operators/equal.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
 
 // Copyright (C) 2008-2014 Free Software Foundation, Inc.
Index: testsuite/19_diagnostics/error_condition/operators/not_equal.cc
===================================================================
--- testsuite/19_diagnostics/error_condition/operators/not_equal.cc	(revision 216278)
+++ testsuite/19_diagnostics/error_condition/operators/not_equal.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } }
 
 // Copyright (C) 2008-2014 Free Software Foundation, Inc.
Index: testsuite/19_diagnostics/headers/system_error/34538.cc
===================================================================
--- testsuite/19_diagnostics/headers/system_error/34538.cc	(revision 216278)
+++ testsuite/19_diagnostics/headers/system_error/34538.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
Index: testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc
===================================================================
--- testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc	(revision 216278)
+++ testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
Index: testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc
===================================================================
--- testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc	(revision 216278)
+++ testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
Index: testsuite/19_diagnostics/logic_error/what-3.cc
===================================================================
--- testsuite/19_diagnostics/logic_error/what-3.cc	(revision 216278)
+++ testsuite/19_diagnostics/logic_error/what-3.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
 //
Index: testsuite/19_diagnostics/system_error/39880.cc
===================================================================
--- testsuite/19_diagnostics/system_error/39880.cc	(revision 216278)
+++ testsuite/19_diagnostics/system_error/39880.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // { dg-do compile }
 
 // Copyright (C) 2009-2014 Free Software Foundation, Inc.
Index: testsuite/19_diagnostics/system_error/cons-1.cc
===================================================================
--- testsuite/19_diagnostics/system_error/cons-1.cc	(revision 216278)
+++ testsuite/19_diagnostics/system_error/cons-1.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // 2007-06-05 Benjamin Kosnik  <bkoz@redhat.com>
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
Index: testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc
===================================================================
--- testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc	(revision 216278)
+++ testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 // 2007-05-29 Benjamin Kosnik  <bkoz@redhat.com>
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
Index: testsuite/19_diagnostics/system_error/what-1.cc
===================================================================
--- testsuite/19_diagnostics/system_error/what-1.cc	(revision 216278)
+++ testsuite/19_diagnostics/system_error/what-1.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
 //
Index: testsuite/19_diagnostics/system_error/what-2.cc
===================================================================
--- testsuite/19_diagnostics/system_error/what-2.cc	(revision 216278)
+++ testsuite/19_diagnostics/system_error/what-2.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
 //
Index: testsuite/19_diagnostics/system_error/what-3.cc
===================================================================
--- testsuite/19_diagnostics/system_error/what-3.cc	(revision 216278)
+++ testsuite/19_diagnostics/system_error/what-3.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
 //
Index: testsuite/19_diagnostics/system_error/what-4.cc
===================================================================
--- testsuite/19_diagnostics/system_error/what-4.cc	(revision 216278)
+++ testsuite/19_diagnostics/system_error/what-4.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
 //
Index: testsuite/19_diagnostics/system_error/what-big.cc
===================================================================
--- testsuite/19_diagnostics/system_error/what-big.cc	(revision 216278)
+++ testsuite/19_diagnostics/system_error/what-big.cc	(working copy)
@@ -1,4 +1,4 @@
-// { dg-options "-std=gnu++0x" }
+// { dg-options "-std=gnu++11" }
 
 // Copyright (C) 2007-2014 Free Software Foundation, Inc.
 //

  parent reply	other threads:[~2014-10-15 18:18 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-15  9:44 Paolo Carlini
2014-10-15  9:45 ` Jonathan Wakely
2014-10-15  9:48   ` Jonathan Wakely
2014-10-15 17:48     ` Mike Stump
2014-10-15  9:50   ` Paolo Carlini
2014-10-15 10:51     ` Paolo Carlini
2014-10-15 15:47       ` Paolo Carlini
2014-10-15 17:36         ` Mike Stump
2014-10-15 17:50           ` Paolo Carlini
2014-10-15 17:35       ` Mike Stump
2014-10-15 18:29   ` Paolo Carlini [this message]
2014-10-16  8:14     ` Paolo Carlini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=543EBA64.2050507@oracle.com \
    --to=paolo.carlini@oracle.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).