From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27229 invoked by alias); 3 Feb 2011 16:54:34 -0000 Received: (qmail 27215 invoked by uid 22791); 3 Feb 2011 16:54:33 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD 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, 03 Feb 2011 16:54:29 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p13GsR4r026748 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 3 Feb 2011 11:54:27 -0500 Received: from tyan-ft48-01.lab.bos.redhat.com (tyan-ft48-01.lab.bos.redhat.com [10.16.42.4]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p13GsOfI014592 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 3 Feb 2011 11:54:26 -0500 Received: from tyan-ft48-01.lab.bos.redhat.com (localhost.localdomain [127.0.0.1]) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4) with ESMTP id p13GsNMx025007; Thu, 3 Feb 2011 17:54:23 +0100 Received: (from jakub@localhost) by tyan-ft48-01.lab.bos.redhat.com (8.14.4/8.14.4/Submit) id p13GsNqD025003; Thu, 3 Feb 2011 17:54:23 +0100 Date: Thu, 03 Feb 2011 16:54:00 -0000 From: Jakub Jelinek To: IainS Cc: Richard Henderson , Jeff Law , Richard Guenther , gcc-patches@gcc.gnu.org Subject: Re: Patch ping Message-ID: <20110203165423.GV30899@tyan-ft48-01.lab.bos.redhat.com> Reply-To: Jakub Jelinek References: <20110203115855.GR30899@tyan-ft48-01.lab.bos.redhat.com> <4D4AD45F.7060008@redhat.com> <20110203162041.GS30899@tyan-ft48-01.lab.bos.redhat.com> <23E2F999-12EC-4569-98DA-0A542A17FEF1@sandoe-acoustics.co.uk> <4D4AD757.90308@redhat.com> <20110203163844.GT30899@tyan-ft48-01.lab.bos.redhat.com> <3040C882-0E52-441C-ACE4-E7F65A464EBE@sandoe-acoustics.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3040C882-0E52-441C-ACE4-E7F65A464EBE@sandoe-acoustics.co.uk> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes 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 X-SW-Source: 2011-02/txt/msg00225.txt.bz2 On Thu, Feb 03, 2011 at 04:49:06PM +0000, IainS wrote: > Yes, that seems better... > > I will test this change on its own on Darwin OK? Yeah, that should be sufficient. Jakub