From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24505 invoked by alias); 13 Mar 2012 20:31:41 -0000 Received: (qmail 24497 invoked by uid 22791); 13 Mar 2012 20:31:40 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from qmta12.emeryville.ca.mail.comcast.net (HELO qmta12.emeryville.ca.mail.comcast.net) (76.96.27.227) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 13 Mar 2012 20:31:28 +0000 Received: from omta18.emeryville.ca.mail.comcast.net ([76.96.30.74]) by qmta12.emeryville.ca.mail.comcast.net with comcast id l7h81i0011bwxycAC8XToQ; Tue, 13 Mar 2012 20:31:27 +0000 Received: from up.mrs.kithrup.com ([24.4.193.8]) by omta18.emeryville.ca.mail.comcast.net with comcast id l8XS1i00D0BKwT48e8XSKV; Tue, 13 Mar 2012 20:31:27 +0000 Subject: Re: [PATCH] gfortran testsuite: implicitly cleanup-modules Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Mike Stump In-Reply-To: <20120313163858.GB29875@mx.loc> Date: Tue, 13 Mar 2012 20:31:00 -0000 Cc: Mikael Morin , fortran@gcc.gnu.org, gcc-patches@gcc.gnu.org, ro@CeBiTec.Uni-Bielefeld.DE Content-Transfer-Encoding: quoted-printable Message-Id: <3D0569AE-048B-40F9-B916-523B32670B6B@comcast.net> References: <20070327170903.GA11737@aon.at> <1330636193-25099-1-git-send-email-rep.dot.nop@gmail.com> <4F594879.7080203@sfr.fr> <20120313163858.GB29875@mx.loc> 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-03/txt/msg00948.txt.bz2 On Mar 13, 2012, at 9:38 AM, Bernhard Reutner-Fischer wrote: > Could some of the testsuite maintainers please eyeball? I've eyed it, the only thing that stood out was: -foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.F]] { - if ![runtest_file_p $runtests $testcase] then { - continue - } - fortran-torture $testcase -} - -foreach testcase [lsort [glob -nocomplain $srcdir/$subdir/*.f90]] { - if ![runtest_file_p $runtests $testcase] then { - continue - } - fortran-torture $testcase -} which, I hope does what you want. Assuming you like those parts, Ok. Since it touches non-fortran, please watch for and respond to any problems = it might cause.