From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16082 invoked by alias); 15 Oct 2014 17:34:02 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 16061 invoked by uid 89); 15 Oct 2014 17:34:02 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: resqmta-po-07v.sys.comcast.net Received: from resqmta-po-07v.sys.comcast.net (HELO resqmta-po-07v.sys.comcast.net) (96.114.154.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 15 Oct 2014 17:34:00 +0000 Received: from resomta-po-18v.sys.comcast.net ([96.114.154.242]) by resqmta-po-07v.sys.comcast.net with comcast id 3VYG1p0075E3ZMc01VZymn; Wed, 15 Oct 2014 17:33:58 +0000 Received: from [IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d] ([IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d]) by resomta-po-18v.sys.comcast.net with comcast id 3VZw1p0042ztT3H01VZwkL; Wed, 15 Oct 2014 17:33:57 +0000 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: [v3] Minimally exercise the other alias_decls in From: Mike Stump In-Reply-To: <543E4CD4.7020100@oracle.com> Date: Wed, 15 Oct 2014 17:35:00 -0000 Cc: Jonathan Wakely , "gcc-patches@gcc.gnu.org" , libstdc++ Content-Transfer-Encoding: 7bit Message-Id: <294F6805-09D2-4805-A83C-E21CE5A2E60B@comcast.net> References: <543E3E07.5030901@oracle.com> <20141015094415.GE4197@redhat.com> <543E434D.5060209@oracle.com> <543E4CD4.7020100@oracle.com> To: Paolo Carlini X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg01406.txt.bz2 On Oct 15, 2014, at 3:30 AM, Paolo Carlini wrote: > On 10/15/2014 11:50 AM, Paolo Carlini wrote: >>> We might also want to consider a global s/gnu++0x/gnu++11/ some day. >> And s/gnu++1y/gnu++14 of course ;) > I'm going to commit the below. Yes please, thanks.