This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [PATCH] gfortran testsuite: implicitly cleanup-modules
- From: Mike Stump <mikestump at comcast dot net>
- To: Bernhard Reutner-Fischer <rep dot dot dot nop at gmail dot com>
- Cc: Mikael Morin <mikael dot morin at sfr dot fr>, fortran at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org, ro at CeBiTec dot Uni-Bielefeld dot DE
- Date: Tue, 13 Mar 2012 13:30:29 -0700
- Subject: Re: [PATCH] gfortran testsuite: implicitly cleanup-modules
- References: <20070327170903.GA11737@aon.at> <1330636193-25099-1-git-send-email-rep.dot.nop@gmail.com> <4F594879.7080203@sfr.fr> <20120313163858.GB29875@mx.loc>
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.