From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21726 invoked by alias); 15 Feb 2011 15:51:01 -0000 Received: (qmail 21714 invoked by uid 22791); 15 Feb 2011 15:51:00 -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; Tue, 15 Feb 2011 15:50:54 +0000 Received: (qmail 20631 invoked from network); 15 Feb 2011 15:50:52 -0000 Received: from unknown (HELO ?84.152.194.193?) (bernds@127.0.0.2) by mail.codesourcery.com with ESMTPA; 15 Feb 2011 15:50:52 -0000 Message-ID: <4D5AA0B0.3010508@codesourcery.com> Date: Tue, 15 Feb 2011 15:53:00 -0000 From: Bernd Schmidt User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101211 Lightning/1.0b3pre Thunderbird/3.1.7 MIME-Version: 1.0 To: "H.J. Lu" CC: Eric Botcazou , Jeff Law , gcc-patches@gcc.gnu.org Subject: Re: [x32] PATCH: PR middle-end/47725: [x32] error: unable to find a register to spill in class DIREG References: <20110214185738.GA13004@intel.com> <4D597E72.8030806@redhat.com> <201102142021.03117.ebotcazou@adacore.com> <4D598613.8040808@codesourcery.com> In-Reply-To: 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: 2011-02/txt/msg00966.txt.bz2 On 02/14/2011 08:50 PM, H.J. Lu wrote: > > Does my patch at > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47725#c3 > > do what you suggested? Yes. That's how I'd fix it. Concerns about optimization seem to be misplaced as well; I've run this through my collection of input files and did not find a case where code generation changed. So, OK to install. Bernd