From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23413 invoked by alias); 27 Jan 2011 05:42:35 -0000 Received: (qmail 23398 invoked by uid 22791); 27 Jan 2011 05:42:34 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-qw0-f47.google.com (HELO mail-qw0-f47.google.com) (209.85.216.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 Jan 2011 05:42:30 +0000 Received: by qwi2 with SMTP id 2so1786664qwi.20 for ; Wed, 26 Jan 2011 21:42:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.37.82 with SMTP id w18mr1308137qad.142.1296106947202; Wed, 26 Jan 2011 21:42:27 -0800 (PST) Received: by 10.220.184.2 with HTTP; Wed, 26 Jan 2011 21:42:27 -0800 (PST) In-Reply-To: References: <4C1B7BC0.7010803@codesourcery.com> <4C1F9B96.4030007@codesourcery.com> <4C3CCFE4.3030203@redhat.com> <4C3CD626.3050600@codesourcery.com> <4C3CE28D.3050103@redhat.com> <4C3D1A37.40300@codesourcery.com> <20100722180035.GE26037@codesourcery.com> <4C488CE9.1080504@codesourcery.com> <20100722185018.GG26037@codesourcery.com> <4C48C750.8020107@codesourcery.com> Date: Thu, 27 Jan 2011 08:39:00 -0000 Message-ID: Subject: Re: Patch 10/9: track subwords of DImode allocnos From: "H.J. Lu" To: Bernd Schmidt Cc: Nathan Froyd , Vladimir Makarov , Jeff Law , GCC Patches Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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-01/txt/msg01977.txt.bz2 On Sat, Jul 24, 2010 at 6:22 PM, H.J. Lu wrote: > On Thu, Jul 22, 2010 at 3:33 PM, Bernd Schmidt = wrote: >>>> At least this seems at first glance only to be a bug in the >>>> verification. =A0Can you test the attached patch? >>> >>> Yeah, that seems to work much better. =A0Thanks! >> >> Nathan tested a bit more, and I bootstrapped & tested on >> {i686,x86_64}-linux. =A0Committed. >> > > This caused: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D45061 > This also caused: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D47477 --=20 H.J.