From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19567 invoked by alias); 13 Apr 2012 14:15:35 -0000 Received: (qmail 19555 invoked by uid 22791); 13 Apr 2012 14:15:34 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta03.emeryville.ca.mail.comcast.net (HELO qmta03.emeryville.ca.mail.comcast.net) (76.96.30.32) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Apr 2012 14:15:21 +0000 Received: from omta03.emeryville.ca.mail.comcast.net ([76.96.30.27]) by qmta03.emeryville.ca.mail.comcast.net with comcast id xSDa1i0020b6N64A3SFMAj; Fri, 13 Apr 2012 14:15:21 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta03.emeryville.ca.mail.comcast.net with comcast id xSFL1i00S0BKwT48PSFL51; Fri, 13 Apr 2012 14:15:21 +0000 Subject: Re: [PATCH] gfortran testsuite: implicitly cleanup-modules, part 2 Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Mike Stump In-Reply-To: <1333455411-3553-1-git-send-email-rep.dot.nop@gmail.com> Date: Fri, 13 Apr 2012 14:15:00 -0000 Cc: fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20120322123010.GA26674@mx.loc> <1333455411-3553-1-git-send-email-rep.dot.nop@gmail.com> To: Bernhard Reutner-Fischer X-IsSubscribed: yes 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: 2012-04/txt/msg00840.txt.bz2 On Apr 3, 2012, at 5:16 AM, Bernhard Reutner-Fischer wrote: > The second part of implicitly doing cleanup-modules is to remove the now > superfluous dg-final directives. Ok once the issue Rainer pointed out is addressed. As for the ChangeLog, I= 'd be tempted to list them as: * gfortran.dg/*.f90: Remove now redundant manual cleanup-modules directive. I think that strikes a reasonable balance.