From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21001 invoked by alias); 26 May 2011 06:36:36 -0000 Received: (qmail 20903 invoked by uid 22791); 26 May 2011 06:36:33 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from cc-smtpout1.netcologne.de (HELO cc-smtpout1.netcologne.de) (89.1.8.211) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 May 2011 06:36:19 +0000 Received: from cc-smtpin3.netcologne.de (cc-smtpin3.netcologne.de [89.1.8.203]) by cc-smtpout1.netcologne.de (Postfix) with ESMTP id D61FC12799; Thu, 26 May 2011 08:36:17 +0200 (CEST) Received: from [192.168.0.197] (xdsl-78-35-135-131.netcologne.de [78.35.135.131]) by cc-smtpin3.netcologne.de (Postfix) with ESMTPSA id 87B1311E78; Thu, 26 May 2011 08:36:15 +0200 (CEST) Message-ID: <4DDDF4DF.5010408@netcologne.de> Date: Thu, 26 May 2011 09:22:00 -0000 From: Thomas Koenig User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.17) Gecko/20110414 SUSE/3.1.10 Thunderbird/3.1.10 MIME-Version: 1.0 To: Paul Richard Thomas CC: "fortran@gcc.gnu.org" , gcc-patches Subject: Re: [patch, fortran] [4.6/4.7 Regression] Fix PR 48955 References: <4DD92C77.5090107@netcologne.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; 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-05/txt/msg01972.txt.bz2 Dear Paul, > Following some comments from Thomas, the attached is the version that > I wound up with. Tell us which one you prefer and Thomas and I will > do the honours. > > Bootstrapped and regtested on FC9/x86_64 - OK for trunk and 4.6? Your patch is does the job and is less intrusive than mine - therefore OK for trunk and 4.6. Thanks a lot! I'm glad we could get this resolved long before 4.6.1. Thomas