From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19023 invoked by alias); 10 Jun 2011 17:39:42 -0000 Received: (qmail 19007 invoked by uid 22791); 10 Jun 2011 17:39:42 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mta21.charter.net (HELO mta21.charter.net) (216.33.127.81) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 10 Jun 2011 17:39:28 +0000 Received: from imp11 ([10.20.200.11]) by mta21.charter.net (InterMail vM.7.09.02.04 201-2219-117-106-20090629) with ESMTP id <20110610173927.HXOI11595.mta21.charter.net@imp11>; Fri, 10 Jun 2011 13:39:27 -0400 Received: from quava.localdomain ([68.186.96.128]) by imp11 with smtp.charter.net id uHfS1g0082mBQ6U05HfSc5; Fri, 10 Jun 2011 13:39:27 -0400 X-Authority-Analysis: v=1.1 cv=vT9vkN3vVXssH3Ov7r/wQUs/sfIFjNPEFFf4aeKIi4A= c=1 sm=1 a=qd9eegJWHRQA:10 a=6D_j_SrFK6EA:10 a=yUnIBFQkZM0A:10 a=Q9fys5e9bTEA:10 a=W3wzxSix39fL1hz8i2isiQ==:17 a=mDV3o1hIAAAA:8 a=oA2hFK_kgUxTcJG23icA:9 a=PUjeQqilurYA:10 a=4XdB8502SGYA:10 a=W3wzxSix39fL1hz8i2isiQ==:117 Message-ID: <4DF256E0.3030706@charter.net> Date: Fri, 10 Jun 2011 17:52:00 -0000 From: jerry DeLisle User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110428 Fedora/3.1.10-1.fc15 Thunderbird/3.1.10 MIME-Version: 1.0 To: Thomas Koenig CC: "fortran@gcc.gnu.org" , gcc-patches Subject: Re: [patch, fortran] Some more TRIM optimizations References: <4DEBEE60.1070405@netcologne.de> <4DED2982.2060802@netcologne.de> <4DF24FA9.7010405@netcologne.de> In-Reply-To: <4DF24FA9.7010405@netcologne.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed 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-06/txt/msg00866.txt.bz2 On 06/10/2011 10:08 AM, Thomas Koenig wrote: > I wrote: > >> >>> Hello world, >>> >>> the attached patch extends removing trailing TRIMs in assignments for >>> cases like a // trim(b). Regression-tested. OK for trunk? >>> >>> Thomas >> >> This time with the test case corrected (cleanup of the *.original file) >> and a more meaningful Subject line. >> >> OK? > > Ping ** 0.5714 > > Full patch can be found at > > http://gcc.gnu.org/ml/fortran/2011-06/msg00053.html OK and thanks for patch. Jerry