From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4694 invoked by alias); 16 Oct 2011 22:07:34 -0000 Received: (qmail 4675 invoked by uid 22791); 16 Oct 2011 22:07:33 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from cc-smtpout2.netcologne.de (HELO cc-smtpout2.netcologne.de) (89.1.8.212) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 16 Oct 2011 22:07:18 +0000 Received: from cc-smtpin3.netcologne.de (cc-smtpin3.netcologne.de [89.1.8.203]) by cc-smtpout2.netcologne.de (Postfix) with ESMTP id 934C812417; Mon, 17 Oct 2011 00:07:16 +0200 (CEST) Received: from [192.168.0.105] (xdsl-78-35-130-197.netcologne.de [78.35.130.197]) by cc-smtpin3.netcologne.de (Postfix) with ESMTPSA id 24F6C11E5D; Mon, 17 Oct 2011 00:07:14 +0200 (CEST) Message-ID: <4E9B5591.9030501@netcologne.de> Date: Mon, 17 Oct 2011 06:19: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: Steven Bosscher CC: "fortran@gcc.gnu.org" , gcc-patches Subject: Re: [patch, fortran] Some cleanup / fixes in front-end statement walker References: <4E9B3C37.3020103@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-10/txt/msg01449.txt.bz2 Steven Bosscher wote: >> This patch corrects these things. Regression-tested. >> OK for trunk? (I will not be able to commit for a few >> days due to business travel, unless somebody is _really_ >> fast :-) > > Looks OK to me. Fast enough for you? Yes indeed. Committed as rev. 180063. Thanks a lot! Thomas