From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12004 invoked by alias); 22 Jul 2010 15:49:13 -0000 Received: (qmail 11990 invoked by uid 22791); 22 Jul 2010 15:49:12 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 22 Jul 2010 15:49:03 +0000 Received: (qmail 31007 invoked from network); 22 Jul 2010 15:49:01 -0000 Received: from unknown (HELO ?84.152.207.158?) (bernds@127.0.0.2) by mail.codesourcery.com with ESMTPA; 22 Jul 2010 15:49:01 -0000 Message-ID: <4C48682F.3090806@codesourcery.com> Date: Thu, 22 Jul 2010 15:49:00 -0000 From: Bernd Schmidt User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.10) Gecko/20100625 Thunderbird/3.0.5 MIME-Version: 1.0 To: Vladimir Makarov CC: Jeff Law , GCC Patches Subject: Re: Patch 10/9: track subwords of DImode allocnos References: <4C1B7BC0.7010803@codesourcery.com> <4C1F9B96.4030007@codesourcery.com> <4C3CCFE4.3030203@redhat.com> <4C3CD626.3050600@codesourcery.com> <4C3CE28D.3050103@redhat.com> <4C45B264.8010102@codesourcery.com> <4C45B68C.4030803@redhat.com> In-Reply-To: <4C45B68C.4030803@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2010-07/txt/msg01747.txt.bz2 On 07/20/2010 04:45 PM, Vladimir Makarov wrote: > I meant all of it. I'll resolve the conflicts on my branch and submit > my patches again. All committed now after bootstrapping and regression testing again on i686 and x86_64-linux. Bernd