Commit db482e5c by Tobias Schlüter Committed by Tobias Schlüter

Paul Brook <paul@codesourcery.com>

2004-07-09  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>
Paul Brook  <paul@codesourcery.com>

* gfortran.dg/dg.exp: Use revised wilcard for suffixes, also allow
'.f95' and '.F95'.

Co-Authored-By: Paul Brook <paul@codesourcery.com>

From-SVN: r84384
parent 771aacd3
2004-07-09 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
Paul Brook <paul@codesourcery.com>
* gfortran.dg/dg.exp: Use revised wilcard for suffixes, also allow
'.f95' and '.F95'.
2004-07-09 Diego Novillo <dnovillo@redhat.com> 2004-07-09 Diego Novillo <dnovillo@redhat.com>
* gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name. * gcc.dg/tree-ssa/20031015-1.c: Adjust expected dump file name.
......
...@@ -29,23 +29,12 @@ if ![info exists DEFAULT_FFLAGS] then { ...@@ -29,23 +29,12 @@ if ![info exists DEFAULT_FFLAGS] then {
dg-init dg-init
# Main loop. # Main loop.
gfortran-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.f ] ]\ gfortran-dg-runtest [lsort \
$DEFAULT_FFLAGS [glob -nocomplain $srcdir/$subdir/*.\[fF\]{,90,95} ] ] $DEFAULT_FFLAGS
gfortran-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.F ] ]\ gfortran-dg-runtest [lsort \
$DEFAULT_FFLAGS [glob -nocomplain $srcdir/$subdir/g77/*.\[fF\] ] ] $DEFAULT_FFLAGS
gfortran-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.f90 ] ]\
$DEFAULT_FFLAGS
gfortran-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.F90 ] ]\
$DEFAULT_FFLAGS
gfortran-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/g77/*.f ] ] \
$DEFAULT_FFLAGS
gfortran-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/g77/*.F ] ] \
$DEFAULT_FFLAGS
# All done. # All done.
dg-finish dg-finish
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment