From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18069 invoked by alias); 20 Jul 2011 12:48:51 -0000 Received: (qmail 18004 invoked by uid 22791); 20 Jul 2011 12:48:50 -0000 X-SWARE-Spam-Status: No, hits=-2.7 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) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 20 Jul 2011 12:48:14 +0000 Received: from wpaz1.hot.corp.google.com (wpaz1.hot.corp.google.com [172.24.198.65]) by smtp-out.google.com with ESMTP id p6KCmCTg013344 for ; Wed, 20 Jul 2011 05:48:13 -0700 Received: from ywp31 (ywp31.prod.google.com [10.192.16.31]) by wpaz1.hot.corp.google.com with ESMTP id p6KClnKa008738 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Wed, 20 Jul 2011 05:48:12 -0700 Received: by ywp31 with SMTP id 31so68515ywp.3 for ; Wed, 20 Jul 2011 05:48:12 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.50.8 with SMTP id x8mr7974781ybx.184.1311166092067; Wed, 20 Jul 2011 05:48:12 -0700 (PDT) Received: by 10.151.142.15 with HTTP; Wed, 20 Jul 2011 05:48:11 -0700 (PDT) In-Reply-To: References: Date: Wed, 20 Jul 2011 14:07:00 -0000 Message-ID: Subject: Re: PATCH RFA: Build stages 2 and 3 with C++ From: Diego Novillo To: Richard Guenther Cc: David Edelsohn , Jonathan Wakely , Ian Lance Taylor , gcc-patches@gcc.gnu.org, gcc@gcc.gnu.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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/msg00380.txt.bz2 On Wed, Jul 20, 2011 at 08:41, Richard Guenther wrote: > Which is good as it increases testing coverage. =C2=A0We probably would h= ave > 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. Diego.