This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch, fortran] Support .F03 and .f03 file extensions


On Wed, Jan 17, 2007 at 08:34:27PM +0100, Tobias Burnus wrote:
> FX Coudert wrote:
> > OK for mainline (and for 4.2 if you backport the .f03 support patch),
> > with one detail: I'd also like you to add .f03 to
> > libgomp/testsuite/libgomp.fortran/fortran.exp, for consistency.
> Attached is the updated patch.

libgomp/
2007-01-17  Tobias Burnus  <burnus@net-b.de>

	* testsuite/libgomp.fortran/fortran.exp: Support .f03 extension.

This is ok for trunk/4.2.

Index: libgomp/testsuite/libgomp.fortran/fortran.exp
===================================================================
--- libgomp/testsuite/libgomp.fortran/fortran.exp	(revision 120865)
+++ libgomp/testsuite/libgomp.fortran/fortran.exp	(working copy)
@@ -10,7 +10,7 @@
 if [file exists "${blddir}/${lang_test_file}"] {
 
     # Gather a list of all tests.
-    set tests [lsort [find $srcdir/$subdir *.\[fF\]{,90,95}]]
+    set tests [lsort [find $srcdir/$subdir *.\[fF\]{,90,95,03}]]
 
     # Main loop.
     gfortran-dg-runtest $tests ""

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]