From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14837 invoked by alias); 18 Jun 2010 00:05:22 -0000 Received: (qmail 14818 invoked by uid 22791); 18 Jun 2010 00:05:21 -0000 X-SWARE-Spam-Status: No, hits=-1.9 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; Fri, 18 Jun 2010 00:05:15 +0000 Received: (qmail 16400 invoked from network); 18 Jun 2010 00:05:13 -0000 Received: from unknown (HELO ?84.152.223.92?) (bernds@127.0.0.2) by mail.codesourcery.com with ESMTPA; 18 Jun 2010 00:05:13 -0000 Message-ID: <4C1AB836.8070604@codesourcery.com> Date: Fri, 18 Jun 2010 07:31:00 -0000 From: Bernd Schmidt User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100425 Thunderbird/3.0.4 MIME-Version: 1.0 To: Eric Botcazou CC: gcc-patches@gcc.gnu.org, Paolo Bonzini , Andrew Pinski Subject: Re: Patch: PR40900, extending call patterns References: <4BDA2513.9000705@codesourcery.com> <201006092357.53844.ebotcazou@adacore.com> <4C123547.90303@codesourcery.com> <201006162234.20410.ebotcazou@adacore.com> In-Reply-To: <201006162234.20410.ebotcazou@adacore.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-06/txt/msg01830.txt.bz2 On 06/16/2010 10:34 PM, Eric Botcazou wrote: > Very lightly tested. > > > * expr.c (expand_expr_real_1) : Fix long line. Save the > original expression for later reuse. > : Use promote_function_mode to compute the signedness > of the promoted RTL for a SSA_NAME on the LHS of a call statement. This survived my normal arm-none-linux-gnueabi testing. Ok, but please also check in the testcase I included with my patch. Bernd