From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8276 invoked by alias); 11 Jun 2010 13:08:18 -0000 Received: (qmail 8263 invoked by uid 22791); 11 Jun 2010 13:08:17 -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, 11 Jun 2010 13:08:14 +0000 Received: (qmail 15356 invoked from network); 11 Jun 2010 13:08:12 -0000 Received: from unknown (HELO ?84.152.222.176?) (bernds@127.0.0.2) by mail.codesourcery.com with ESMTPA; 11 Jun 2010 13:08:12 -0000 Message-ID: <4C123547.90303@codesourcery.com> Date: Fri, 11 Jun 2010 13:58: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> <201005051458.39945.ebotcazou@adacore.com> <4C0EB9A5.6080907@codesourcery.com> <201006092357.53844.ebotcazou@adacore.com> In-Reply-To: <201006092357.53844.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/msg01200.txt.bz2 On 06/09/2010 11:57 PM, Eric Botcazou wrote: > IIRC I did manage to get your testcase optimized with only a few changed lines > in expr.c. I can try again, but not before the end of the week. > That would be good. Bernd