From patchwork Wed Oct 15 18:18:12 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Carlini X-Patchwork-Id: 400061 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id A636E14011B for ; Thu, 16 Oct 2014 05:18:34 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type; q=dns; s=default; b=tBWZZ5173neBG6rX/ eB7f+CMT1znBzm7jnB60YpmI+lcC8crvJp6/iYQSxF9Sx2kifRzBBjSP3mny2KZR hcJa/wbNcNOpXpb/RjqKohEMN1uwNxo5AQdH9bdWv8tlx9NUDC1htmYQq3WDPV92 bhj9RA6ibyNC3j/ScTryhuwC6k= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type; s=default; bh=mYt/4y0jfP0m39ybveIt8/H p9fI=; b=OytYDm1aMG8j5mi6Fas25WLVmy0xZqLZreu83ubcs6YS+mRQHsFMPMq ydREgNbReNI6lDce8va1XelvX0b+TBS7jUgDX5OY6tp6ayyYQo7WmW6fABFJaHIL lkrFDwiFMuN64s7UjvrzGDBBy96eNcG6jdSM1BZbP1i69+kq97uk= Received: (qmail 30382 invoked by alias); 15 Oct 2014 18:18:26 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 30364 invoked by uid 89); 15 Oct 2014 18:18:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL, BAYES_00, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: aserp1040.oracle.com Received: from aserp1040.oracle.com (HELO aserp1040.oracle.com) (141.146.126.69) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 15 Oct 2014 18:18:21 +0000 Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by aserp1040.oracle.com (Sentrion-MTA-4.3.2/Sentrion-MTA-4.3.2) with ESMTP id s9FIIHmd026938 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 15 Oct 2014 18:18:18 GMT Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id s9FIIHVA008125 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 15 Oct 2014 18:18:17 GMT Received: from abhmp0016.oracle.com (abhmp0016.oracle.com [141.146.116.22]) by userz7022.oracle.com (8.14.5+Sun/8.14.4) with ESMTP id s9FIIGlP016191 for ; Wed, 15 Oct 2014 18:18:17 GMT Received: from [192.168.1.4] (/79.52.197.187) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 15 Oct 2014 11:18:15 -0700 Message-ID: <543EBA64.2050507@oracle.com> Date: Wed, 15 Oct 2014 20:18:12 +0200 From: Paolo Carlini User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org Subject: Re: [v3] Minimally exercise the other alias_decls in References: <543E3E07.5030901@oracle.com> <20141015094415.GE4197@redhat.com> In-Reply-To: <20141015094415.GE4197@redhat.com> X-IsSubscribed: yes 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. ////////////////// 2014-10-15 Paolo Carlini * 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. Index: testsuite/17_intro/freestanding.cc =================================================================== --- testsuite/17_intro/freestanding.cc (revision 216278) +++ testsuite/17_intro/freestanding.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-x c -std=gnu++0x -lsupc++ -fvtable-verify=none" } +// { dg-options "-x c -std=gnu++11 -lsupc++ -fvtable-verify=none" } // Copyright (C) 2010-2014 Free Software Foundation, Inc. // Index: testsuite/17_intro/headers/c++200x/42319.cc =================================================================== --- testsuite/17_intro/headers/c++200x/42319.cc (revision 216278) +++ testsuite/17_intro/headers/c++200x/42319.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2009-2014 Free Software Foundation, Inc. // Index: testsuite/17_intro/headers/c++200x/all_no_exceptions.cc =================================================================== --- testsuite/17_intro/headers/c++200x/all_no_exceptions.cc (revision 216278) +++ testsuite/17_intro/headers/c++200x/all_no_exceptions.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-std=gnu++0x -fno-exceptions" } +// { dg-options "-std=gnu++11 -fno-exceptions" } // Copyright (C) 2007-2014 Free Software Foundation, Inc. // Index: testsuite/17_intro/headers/c++200x/all_no_rtti.cc =================================================================== --- testsuite/17_intro/headers/c++200x/all_no_rtti.cc (revision 216278) +++ testsuite/17_intro/headers/c++200x/all_no_rtti.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-std=gnu++0x -fno-rtti" } +// { dg-options "-std=gnu++11 -fno-rtti" } // Copyright (C) 2010-2014 Free Software Foundation, Inc. // Index: testsuite/17_intro/headers/c++200x/all_pedantic_errors.cc =================================================================== --- testsuite/17_intro/headers/c++200x/all_pedantic_errors.cc (revision 216278) +++ testsuite/17_intro/headers/c++200x/all_pedantic_errors.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-std=gnu++0x -pedantic-errors" } +// { dg-options "-std=gnu++11 -pedantic-errors" } // Copyright (C) 2007-2014 Free Software Foundation, Inc. // Index: testsuite/17_intro/headers/c++200x/operator_names.cc =================================================================== --- testsuite/17_intro/headers/c++200x/operator_names.cc (revision 216278) +++ testsuite/17_intro/headers/c++200x/operator_names.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-std=gnu++0x -fno-operator-names" } +// { dg-options "-std=gnu++11 -fno-operator-names" } // Copyright (C) 2011-2014 Free Software Foundation, Inc. // Index: testsuite/17_intro/headers/c++200x/stdc++.cc =================================================================== --- testsuite/17_intro/headers/c++200x/stdc++.cc (revision 216278) +++ testsuite/17_intro/headers/c++200x/stdc++.cc (working copy) @@ -1,6 +1,6 @@ // FreeBSD wants warning clean system headers: // { dg-options "-Wall -Wsystem-headers" { target *-*-freebsd* *-*-dragonfly* } } -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-do compile } // Copyright (C) 2007-2014 Free Software Foundation, Inc. Index: testsuite/17_intro/headers/c++200x/stdc++_multiple_inclusion.cc =================================================================== --- testsuite/17_intro/headers/c++200x/stdc++_multiple_inclusion.cc (revision 216278) +++ testsuite/17_intro/headers/c++200x/stdc++_multiple_inclusion.cc (working copy) @@ -1,6 +1,6 @@ // FreeBSD wants warning clean system headers: // { dg-options "-Wall -Wsystem-headers" { target *-*-freebsd* *-*-dragonfly* } } -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-do compile } // Copyright (C) 2007-2014 Free Software Foundation, Inc. Index: testsuite/17_intro/using_namespace_std_tr1_neg.cc =================================================================== --- testsuite/17_intro/using_namespace_std_tr1_neg.cc (revision 216278) +++ testsuite/17_intro/using_namespace_std_tr1_neg.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-do compile } // Copyright (C) 2007-2014 Free Software Foundation, Inc. Index: testsuite/18_support/exception_ptr/40296.cc =================================================================== --- testsuite/18_support/exception_ptr/40296.cc (revision 216278) +++ testsuite/18_support/exception_ptr/40296.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-atomic-builtins "" } // Copyright (C) 2009-2014 Free Software Foundation, Inc. Index: testsuite/18_support/exception_ptr/current_exception.cc =================================================================== --- testsuite/18_support/exception_ptr/current_exception.cc (revision 216278) +++ testsuite/18_support/exception_ptr/current_exception.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-atomic-builtins "" } // 2008-05-25 Sebastian Redl Index: testsuite/18_support/exception_ptr/lifespan.cc =================================================================== --- testsuite/18_support/exception_ptr/lifespan.cc (revision 216278) +++ testsuite/18_support/exception_ptr/lifespan.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-atomic-builtins "" } // 2008-05-25 Sebastian Redl Index: testsuite/18_support/exception_ptr/make_exception_ptr.cc =================================================================== --- testsuite/18_support/exception_ptr/make_exception_ptr.cc (revision 216278) +++ testsuite/18_support/exception_ptr/make_exception_ptr.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-atomic-builtins "" } // Copyright (C) 2010-2014 Free Software Foundation, Inc. Index: testsuite/18_support/exception_ptr/move.cc =================================================================== --- testsuite/18_support/exception_ptr/move.cc (revision 216278) +++ testsuite/18_support/exception_ptr/move.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-atomic-builtins "" } // Copyright (C) 2009-2014 Free Software Foundation, Inc. Index: testsuite/18_support/exception_ptr/requirements.cc =================================================================== --- testsuite/18_support/exception_ptr/requirements.cc (revision 216278) +++ testsuite/18_support/exception_ptr/requirements.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-atomic-builtins "" } // Copyright (C) 2010-2014 Free Software Foundation, Inc. Index: testsuite/18_support/exception_ptr/requirements_neg.cc =================================================================== --- testsuite/18_support/exception_ptr/requirements_neg.cc (revision 216278) +++ testsuite/18_support/exception_ptr/requirements_neg.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-atomic-builtins "" } // Copyright (C) 2010-2014 Free Software Foundation, Inc. Index: testsuite/18_support/exception_ptr/rethrow_exception.cc =================================================================== --- testsuite/18_support/exception_ptr/rethrow_exception.cc (revision 216278) +++ testsuite/18_support/exception_ptr/rethrow_exception.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-atomic-builtins "" } // 2008-05-25 Sebastian Redl Index: testsuite/18_support/headers/cstdint/types_std_c++0x.cc =================================================================== --- testsuite/18_support/headers/cstdint/types_std_c++0x.cc (revision 216278) +++ testsuite/18_support/headers/cstdint/types_std_c++0x.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-cstdint "" } // Copyright (C) 2007-2014 Free Software Foundation, Inc. Index: testsuite/18_support/initializer_list/constexpr.cc =================================================================== --- testsuite/18_support/initializer_list/constexpr.cc (revision 216278) +++ testsuite/18_support/initializer_list/constexpr.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2010-2014 Free Software Foundation, Inc. // Index: testsuite/18_support/initializer_list/range_access.cc =================================================================== --- testsuite/18_support/initializer_list/range_access.cc (revision 216278) +++ testsuite/18_support/initializer_list/range_access.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2010-2014 Free Software Foundation, Inc. // Index: testsuite/18_support/initializer_list/requirements/constexpr_functions.cc =================================================================== --- testsuite/18_support/initializer_list/requirements/constexpr_functions.cc (revision 216278) +++ testsuite/18_support/initializer_list/requirements/constexpr_functions.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2010-2014 Free Software Foundation, Inc. // Index: testsuite/18_support/initializer_list/requirements/explicit_instantiation.cc =================================================================== --- testsuite/18_support/initializer_list/requirements/explicit_instantiation.cc (revision 216278) +++ testsuite/18_support/initializer_list/requirements/explicit_instantiation.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // 2009-05-27 Benjamin Kosnik // Copyright (C) 2009-2014 Free Software Foundation, Inc. Index: testsuite/18_support/initializer_list/requirements/typedefs.cc =================================================================== --- testsuite/18_support/initializer_list/requirements/typedefs.cc (revision 216278) +++ testsuite/18_support/initializer_list/requirements/typedefs.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // 2009-05-27 Benjamin Kosnik // Copyright (C) 2009-2014 Free Software Foundation, Inc. Index: testsuite/18_support/nested_exception/51438.cc =================================================================== --- testsuite/18_support/nested_exception/51438.cc (revision 216278) +++ testsuite/18_support/nested_exception/51438.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-atomic-builtins "" } // Copyright (C) 2011-2014 Free Software Foundation, Inc. Index: testsuite/18_support/nested_exception/cons.cc =================================================================== --- testsuite/18_support/nested_exception/cons.cc (revision 216278) +++ testsuite/18_support/nested_exception/cons.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-atomic-builtins "" } // Copyright (C) 2009-2014 Free Software Foundation, Inc. Index: testsuite/18_support/nested_exception/nested_ptr.cc =================================================================== --- testsuite/18_support/nested_exception/nested_ptr.cc (revision 216278) +++ testsuite/18_support/nested_exception/nested_ptr.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-atomic-builtins "" } // Copyright (C) 2009-2014 Free Software Foundation, Inc. Index: testsuite/18_support/nested_exception/rethrow_if_nested.cc =================================================================== --- testsuite/18_support/nested_exception/rethrow_if_nested.cc (revision 216278) +++ testsuite/18_support/nested_exception/rethrow_if_nested.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-atomic-builtins "" } // Copyright (C) 2009-2014 Free Software Foundation, Inc. Index: testsuite/18_support/nested_exception/rethrow_nested.cc =================================================================== --- testsuite/18_support/nested_exception/rethrow_nested.cc (revision 216278) +++ testsuite/18_support/nested_exception/rethrow_nested.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-atomic-builtins "" } // Copyright (C) 2009-2014 Free Software Foundation, Inc. Index: testsuite/18_support/nested_exception/throw_with_nested.cc =================================================================== --- testsuite/18_support/nested_exception/throw_with_nested.cc (revision 216278) +++ testsuite/18_support/nested_exception/throw_with_nested.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-atomic-builtins "" } // Copyright (C) 2009-2014 Free Software Foundation, Inc. Index: testsuite/18_support/numeric_limits/40856.cc =================================================================== --- testsuite/18_support/numeric_limits/40856.cc (revision 216278) +++ testsuite/18_support/numeric_limits/40856.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-do compile } // Copyright (C) 2011-2014 Free Software Foundation, Inc. Index: testsuite/18_support/numeric_limits/char16_32_t.cc =================================================================== --- testsuite/18_support/numeric_limits/char16_32_t.cc (revision 216278) +++ testsuite/18_support/numeric_limits/char16_32_t.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-cstdint "" } // 2008-05-20 Paolo Carlini Index: testsuite/18_support/numeric_limits/cons/default_c++0x.cc =================================================================== --- testsuite/18_support/numeric_limits/cons/default_c++0x.cc (revision 216278) +++ testsuite/18_support/numeric_limits/cons/default_c++0x.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2008-2014 Free Software Foundation, Inc. // Index: testsuite/18_support/numeric_limits/dr559.cc =================================================================== --- testsuite/18_support/numeric_limits/dr559.cc (revision 216278) +++ testsuite/18_support/numeric_limits/dr559.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // 2010-02-17 Paolo Carlini // Index: testsuite/18_support/numeric_limits/lowest.cc =================================================================== --- testsuite/18_support/numeric_limits/lowest.cc (revision 216278) +++ testsuite/18_support/numeric_limits/lowest.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-add-options ieee } // 2010-02-25 Ed Smith-Rowland Index: testsuite/18_support/numeric_limits/max_digits10.cc =================================================================== --- testsuite/18_support/numeric_limits/max_digits10.cc (revision 216278) +++ testsuite/18_support/numeric_limits/max_digits10.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-add-options ieee } // 2010-02-25 Ed Smith-Rowland Index: testsuite/18_support/numeric_limits/requirements/constexpr_data.cc =================================================================== --- testsuite/18_support/numeric_limits/requirements/constexpr_data.cc (revision 216278) +++ testsuite/18_support/numeric_limits/requirements/constexpr_data.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2010-2014 Free Software Foundation, Inc. // Index: testsuite/18_support/numeric_limits/requirements/constexpr_functions.cc =================================================================== --- testsuite/18_support/numeric_limits/requirements/constexpr_functions.cc (revision 216278) +++ testsuite/18_support/numeric_limits/requirements/constexpr_functions.cc (working copy) @@ -1,5 +1,5 @@ // { dg-do compile } -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2010-2014 Free Software Foundation, Inc. // Index: testsuite/18_support/type_info/fundamental.cc =================================================================== --- testsuite/18_support/type_info/fundamental.cc (revision 216278) +++ testsuite/18_support/type_info/fundamental.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-require-effective-target dfp } // 2011-02-23 Benjamin Kosnik Index: testsuite/18_support/type_info/hash_code.cc =================================================================== --- testsuite/18_support/type_info/hash_code.cc (revision 216278) +++ testsuite/18_support/type_info/hash_code.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // 2010-09-21 Paolo Carlini // Index: testsuite/19_diagnostics/error_category/cons/copy_neg.cc =================================================================== --- testsuite/19_diagnostics/error_category/cons/copy_neg.cc (revision 216278) +++ testsuite/19_diagnostics/error_category/cons/copy_neg.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-do compile } // 2007-08-22 Benjamin Kosnik Index: testsuite/19_diagnostics/error_category/cons/default.cc =================================================================== --- testsuite/19_diagnostics/error_category/cons/default.cc (revision 216278) +++ testsuite/19_diagnostics/error_category/cons/default.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // 2007-08-22 Benjamin Kosnik // Copyright (C) 2007-2014 Free Software Foundation, Inc. Index: testsuite/19_diagnostics/error_category/operators/equal.cc =================================================================== --- testsuite/19_diagnostics/error_category/operators/equal.cc (revision 216278) +++ testsuite/19_diagnostics/error_category/operators/equal.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-additional-options "-static-libgcc" { target *-*-mingw* } } // 2007-08-22 Benjamin Kosnik Index: testsuite/19_diagnostics/error_category/operators/not_equal.cc =================================================================== --- testsuite/19_diagnostics/error_category/operators/not_equal.cc (revision 216278) +++ testsuite/19_diagnostics/error_category/operators/not_equal.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // 2007-08-22 Benjamin Kosnik // Copyright (C) 2007-2014 Free Software Foundation, Inc. Index: testsuite/19_diagnostics/error_code/cons/1.cc =================================================================== --- testsuite/19_diagnostics/error_code/cons/1.cc (revision 216278) +++ testsuite/19_diagnostics/error_code/cons/1.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } } // 2007-08-22 Benjamin Kosnik Index: testsuite/19_diagnostics/error_code/cons/39882.cc =================================================================== --- testsuite/19_diagnostics/error_code/cons/39882.cc (revision 216278) +++ testsuite/19_diagnostics/error_code/cons/39882.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2009-2014 Free Software Foundation, Inc. // Index: testsuite/19_diagnostics/error_code/modifiers/39882.cc =================================================================== --- testsuite/19_diagnostics/error_code/modifiers/39882.cc (revision 216278) +++ testsuite/19_diagnostics/error_code/modifiers/39882.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2009-2014 Free Software Foundation, Inc. // Index: testsuite/19_diagnostics/error_code/operators/bool.cc =================================================================== --- testsuite/19_diagnostics/error_code/operators/bool.cc (revision 216278) +++ testsuite/19_diagnostics/error_code/operators/bool.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } } // 2007-08-22 Benjamin Kosnik Index: testsuite/19_diagnostics/error_code/operators/bool_neg.cc =================================================================== --- testsuite/19_diagnostics/error_code/operators/bool_neg.cc (revision 216278) +++ testsuite/19_diagnostics/error_code/operators/bool_neg.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-do compile } // 2007-08-22 Benjamin Kosnik Index: testsuite/19_diagnostics/error_code/operators/equal.cc =================================================================== --- testsuite/19_diagnostics/error_code/operators/equal.cc (revision 216278) +++ testsuite/19_diagnostics/error_code/operators/equal.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } } // 2007-08-22 Benjamin Kosnik Index: testsuite/19_diagnostics/error_code/operators/not_equal.cc =================================================================== --- testsuite/19_diagnostics/error_code/operators/not_equal.cc (revision 216278) +++ testsuite/19_diagnostics/error_code/operators/not_equal.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } } // 2007-08-22 Benjamin Kosnik Index: testsuite/19_diagnostics/error_condition/cons/1.cc =================================================================== --- testsuite/19_diagnostics/error_condition/cons/1.cc (revision 216278) +++ testsuite/19_diagnostics/error_condition/cons/1.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } } // Copyright (C) 2008-2014 Free Software Foundation, Inc. Index: testsuite/19_diagnostics/error_condition/cons/39881.cc =================================================================== --- testsuite/19_diagnostics/error_condition/cons/39881.cc (revision 216278) +++ testsuite/19_diagnostics/error_condition/cons/39881.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2009-2014 Free Software Foundation, Inc. // Index: testsuite/19_diagnostics/error_condition/modifiers/39881.cc =================================================================== --- testsuite/19_diagnostics/error_condition/modifiers/39881.cc (revision 216278) +++ testsuite/19_diagnostics/error_condition/modifiers/39881.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2009-2014 Free Software Foundation, Inc. // Index: testsuite/19_diagnostics/error_condition/operators/bool.cc =================================================================== --- testsuite/19_diagnostics/error_condition/operators/bool.cc (revision 216278) +++ testsuite/19_diagnostics/error_condition/operators/bool.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } } // Copyright (C) 2008-2014 Free Software Foundation, Inc. Index: testsuite/19_diagnostics/error_condition/operators/bool_neg.cc =================================================================== --- testsuite/19_diagnostics/error_condition/operators/bool_neg.cc (revision 216278) +++ testsuite/19_diagnostics/error_condition/operators/bool_neg.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-do compile } // Copyright (C) 2008-2014 Free Software Foundation, Inc. Index: testsuite/19_diagnostics/error_condition/operators/equal.cc =================================================================== --- testsuite/19_diagnostics/error_condition/operators/equal.cc (revision 216278) +++ testsuite/19_diagnostics/error_condition/operators/equal.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } } // Copyright (C) 2008-2014 Free Software Foundation, Inc. Index: testsuite/19_diagnostics/error_condition/operators/not_equal.cc =================================================================== --- testsuite/19_diagnostics/error_condition/operators/not_equal.cc (revision 216278) +++ testsuite/19_diagnostics/error_condition/operators/not_equal.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-additional-options "-static-libstdc++" { target *-*-mingw* } } // Copyright (C) 2008-2014 Free Software Foundation, Inc. Index: testsuite/19_diagnostics/headers/system_error/34538.cc =================================================================== --- testsuite/19_diagnostics/headers/system_error/34538.cc (revision 216278) +++ testsuite/19_diagnostics/headers/system_error/34538.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-do compile } // Copyright (C) 2007-2014 Free Software Foundation, Inc. Index: testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc =================================================================== --- testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc (revision 216278) +++ testsuite/19_diagnostics/headers/system_error/errc_std_c++0x.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-do compile } // Copyright (C) 2007-2014 Free Software Foundation, Inc. Index: testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc =================================================================== --- testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc (revision 216278) +++ testsuite/19_diagnostics/headers/system_error/types_std_c++0x.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-do compile } // Copyright (C) 2007-2014 Free Software Foundation, Inc. Index: testsuite/19_diagnostics/logic_error/what-3.cc =================================================================== --- testsuite/19_diagnostics/logic_error/what-3.cc (revision 216278) +++ testsuite/19_diagnostics/logic_error/what-3.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2007-2014 Free Software Foundation, Inc. // Index: testsuite/19_diagnostics/system_error/39880.cc =================================================================== --- testsuite/19_diagnostics/system_error/39880.cc (revision 216278) +++ testsuite/19_diagnostics/system_error/39880.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // { dg-do compile } // Copyright (C) 2009-2014 Free Software Foundation, Inc. Index: testsuite/19_diagnostics/system_error/cons-1.cc =================================================================== --- testsuite/19_diagnostics/system_error/cons-1.cc (revision 216278) +++ testsuite/19_diagnostics/system_error/cons-1.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // 2007-06-05 Benjamin Kosnik // Copyright (C) 2007-2014 Free Software Foundation, Inc. Index: testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc =================================================================== --- testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc (revision 216278) +++ testsuite/19_diagnostics/system_error/cons_virtual_derivation.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // 2007-05-29 Benjamin Kosnik // Copyright (C) 2007-2014 Free Software Foundation, Inc. Index: testsuite/19_diagnostics/system_error/what-1.cc =================================================================== --- testsuite/19_diagnostics/system_error/what-1.cc (revision 216278) +++ testsuite/19_diagnostics/system_error/what-1.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2007-2014 Free Software Foundation, Inc. // Index: testsuite/19_diagnostics/system_error/what-2.cc =================================================================== --- testsuite/19_diagnostics/system_error/what-2.cc (revision 216278) +++ testsuite/19_diagnostics/system_error/what-2.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2007-2014 Free Software Foundation, Inc. // Index: testsuite/19_diagnostics/system_error/what-3.cc =================================================================== --- testsuite/19_diagnostics/system_error/what-3.cc (revision 216278) +++ testsuite/19_diagnostics/system_error/what-3.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2007-2014 Free Software Foundation, Inc. // Index: testsuite/19_diagnostics/system_error/what-4.cc =================================================================== --- testsuite/19_diagnostics/system_error/what-4.cc (revision 216278) +++ testsuite/19_diagnostics/system_error/what-4.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2007-2014 Free Software Foundation, Inc. // Index: testsuite/19_diagnostics/system_error/what-big.cc =================================================================== --- testsuite/19_diagnostics/system_error/what-big.cc (revision 216278) +++ testsuite/19_diagnostics/system_error/what-big.cc (working copy) @@ -1,4 +1,4 @@ -// { dg-options "-std=gnu++0x" } +// { dg-options "-std=gnu++11" } // Copyright (C) 2007-2014 Free Software Foundation, Inc. //