From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32693 invoked by alias); 29 Oct 2009 05:35:06 -0000 Received: (qmail 32674 invoked by uid 22791); 29 Oct 2009 05:35:05 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 29 Oct 2009 05:35:01 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n9T5YxfC010954; Thu, 29 Oct 2009 01:34:59 -0400 Received: from [IPv6:::1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n9T5Yw3F020025; Thu, 29 Oct 2009 01:34:59 -0400 Message-ID: <4AE92982.4080308@redhat.com> Date: Thu, 29 Oct 2009 12:46:00 -0000 From: Jason Merrill User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5pre) Gecko/20091027 Shredder/3.0pre MIME-Version: 1.0 To: Jerry Quinn CC: Jakub Jelinek , GCC , "gcc-patches@gcc.gnu.org" Subject: Re: enable-build-with-cxx bootstrap compare broken by r149964 References: <1250345548.19163.155.camel@cerberus.qb5.org> <4A960A78.8040704@redhat.com> <1251694626.7629.2.camel@cerberus.qb5.org> <4AAE6745.3070706@redhat.com> <4AB7B28E.7030501@redhat.com> <1253617474.4274.2795.camel@cerberus.qb5.org> <4AB8D3D1.8010704@redhat.com> <1253712164.4274.2800.camel@cerberus.qb5.org> <4ABA391C.2050903@redhat.com> <1256357452.31533.131.camel@cerberus.qb5.org> <20091026111448.GZ14664@tyan-ft48-01.lab.bos.redhat.com> <4AE5A9F4.30703@redhat.com> <1256729385.31256.445.camel@cerberus.qb5.org> <4AE864AD.30400@redhat.com> <1256792815.31256.1472.camel@cerberus.qb5.org> In-Reply-To: <1256792815.31256.1472.camel@cerberus.qb5.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: 2009-10/txt/msg00601.txt.bz2 On 10/29/2009 01:06 AM, Jerry Quinn wrote: > And here is the latest patch. This one is OK, thanks. Jason