From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23348 invoked by alias); 20 Jul 2011 14:07:54 -0000 Received: (qmail 23334 invoked by uid 22791); 20 Jul 2011 14:07:52 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.44.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 20 Jul 2011 14:07:26 +0000 Received: from kpbe13.cbf.corp.google.com (kpbe13.cbf.corp.google.com [172.25.105.77]) by smtp-out.google.com with ESMTP id p6KE7Ph5021007 for ; Wed, 20 Jul 2011 07:07:25 -0700 Received: from iyb26 (iyb26.prod.google.com [10.241.49.90]) by kpbe13.cbf.corp.google.com with ESMTP id p6KE5vVq010897 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Wed, 20 Jul 2011 07:07:24 -0700 Received: by iyb26 with SMTP id 26so234249iyb.9 for ; Wed, 20 Jul 2011 07:07:24 -0700 (PDT) Received: by 10.231.95.143 with SMTP id d15mr7956916ibn.149.1311170843923; Wed, 20 Jul 2011 07:07:23 -0700 (PDT) Received: from coign.google.com ([67.218.102.18]) by mx.google.com with ESMTPS id er13sm193018ibb.2.2011.07.20.07.07.21 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 20 Jul 2011 07:07:22 -0700 (PDT) From: Ian Lance Taylor To: Diego Novillo Cc: Richard Guenther , David Edelsohn , Jonathan Wakely , gcc-patches@gcc.gnu.org, gcc@gcc.gnu.org Subject: Re: PATCH RFA: Build stages 2 and 3 with C++ References: Date: Wed, 20 Jul 2011 14:34:00 -0000 In-Reply-To: (Diego Novillo's message of "Wed, 20 Jul 2011 08:48:11 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2011-07/txt/msg00381.txt.bz2 Diego Novillo writes: > On Wed, Jul 20, 2011 at 08:41, Richard Guenther > wrote: > >> Which is good as it increases testing coverage. =C2=A0We probably would = have >> missed this bug completely if you wouldn't have notice it. > > Agreed. The pain we feel due to this is similar to the pain one feels > after exercising vigorously. I am going to use this quote with all of my patches. Ian