From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19263 invoked by alias); 15 Feb 2011 16:57:07 -0000 Received: (qmail 19255 invoked by uid 22791); 15 Feb 2011 16:57:06 -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-qy0-f175.google.com (HELO mail-qy0-f175.google.com) (209.85.216.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 15 Feb 2011 16:57:00 +0000 Received: by qyk8 with SMTP id 8so2359962qyk.20 for ; Tue, 15 Feb 2011 08:56:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.224.19.206 with SMTP id c14mr800108qab.219.1297789018051; Tue, 15 Feb 2011 08:56:58 -0800 (PST) Received: by 10.224.20.5 with HTTP; Tue, 15 Feb 2011 08:56:57 -0800 (PST) In-Reply-To: <4D5AA0B0.3010508@codesourcery.com> References: <20110214185738.GA13004@intel.com> <4D597E72.8030806@redhat.com> <201102142021.03117.ebotcazou@adacore.com> <4D598613.8040808@codesourcery.com> <4D5AA0B0.3010508@codesourcery.com> Date: Tue, 15 Feb 2011 17:02:00 -0000 Message-ID: Subject: Re: [x32] PATCH: PR middle-end/47725: [x32] error: unable to find a register to spill in class DIREG From: "H.J. Lu" To: Bernd Schmidt Cc: Eric Botcazou , Jeff Law , gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 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/msg00975.txt.bz2 On Tue, Feb 15, 2011 at 7:50 AM, Bernd Schmidt wrote: > 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. > I checked it into trunk and reverted the function.c change on x32 branch. Thanks. -- H.J.