From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30581 invoked by alias); 15 Oct 2014 17:46:17 -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 30555 invoked by uid 89); 15 Oct 2014 17:46:17 -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=unavailable version=3.3.2 X-HELO: resqmta-po-06v.sys.comcast.net Received: from resqmta-po-06v.sys.comcast.net (HELO resqmta-po-06v.sys.comcast.net) (96.114.154.165) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 15 Oct 2014 17:46:15 +0000 Received: from resomta-po-02v.sys.comcast.net ([96.114.154.226]) by resqmta-po-06v.sys.comcast.net with comcast id 3Vm91p0024tLnxL01VmCAR; Wed, 15 Oct 2014 17:46:12 +0000 Received: from [IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d] ([IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d]) by resomta-po-02v.sys.comcast.net with comcast id 3Vm31p00C2ztT3H01Vm52x; Wed, 15 Oct 2014 17:46:10 +0000 Content-Type: text/plain; charset=us-ascii 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: <20141015094539.GF4197@redhat.com> Date: Wed, 15 Oct 2014 17:48:00 -0000 Cc: Paolo Carlini , "gcc-patches@gcc.gnu.org" , libstdc++ Content-Transfer-Encoding: quoted-printable Message-Id: <1AB6EBBD-C772-4217-94CA-9CD72BAD0285@comcast.net> References: <543E3E07.5030901@oracle.com> <20141015094415.GE4197@redhat.com> <20141015094539.GF4197@redhat.com> To: Jonathan Wakely X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg01412.txt.bz2 On Oct 15, 2014, at 2:45 AM, Jonathan Wakely wrote: > On 15/10/14 10:44 +0100, Jonathan Wakely wrote: >> We might also want to consider a global s/gnu++0x/gnu++11/ some day. >=20 > One reason for doing that replacement is that I keep copying existing > tests and then having to change it, and I'm lazy! Lazy is fine, doing 1000 instead of 500 is only a hair more work when we do= them all in mass. I like constancy, so I actually prefer not changing the= m (til all are changed).