From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24902 invoked by alias); 19 Jul 2010 16:53:19 -0000 Received: (qmail 24884 invoked by uid 22791); 19 Jul 2010 16:53:18 -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; Mon, 19 Jul 2010 16:53:08 +0000 Received: (qmail 7079 invoked from network); 19 Jul 2010 16:53:06 -0000 Received: from unknown (HELO ?84.152.189.214?) (bernds@127.0.0.2) by mail.codesourcery.com with ESMTPA; 19 Jul 2010 16:53:06 -0000 Message-ID: <4C4482CD.60900@codesourcery.com> Date: Mon, 19 Jul 2010 16:53: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: Jeff Law CC: GCC Patches , John David Anglin Subject: Re: Emit more REG_EQUIV notes for function args (PR42235) References: <4C3D9C06.60901@codesourcery.com> <4C3E07EF.1030306@redhat.com> <4C3E2C62.40808@codesourcery.com> <4C3E39F0.7050208@redhat.com> <4C3F41BA.7070905@codesourcery.com> <4C4420F2.5010807@codesourcery.com> <4C44827B.5070305@redhat.com> In-Reply-To: <4C44827B.5070305@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/msg01513.txt.bz2 On 07/19/2010 06:51 PM, Jeff Law wrote: > Assuming John confirms it fixes the PA failure. OK. Yeah, it didn't, and I think I missed a gen_lowpart in there anyway :-( Now trying to do something with the compilefarm PA machine, although I'm not sure it's a 64-bit one (is it?) Bernd