7befd5d26a
fortran/ 2007-01-26 Tobias Burnus <burnus@net-b.de> * lang-specs.h: Add support for .f03 and .F03 extensions. * gfortran.texi: Document .f03 extension. * options.c (form_from_filename): Recognize .f03. testsuite/ 2007-01-26 Tobias Burnus <burnus@net-b.de> * gfortran.dg/gomp/gomp.exp: Support .f03 extension. * gfortran.dg/vect/vect.exp: Ditto. * gfortran.dg/dg.exp: Ditto. * gfortran.fortran-torture/execute/execute.exp: Ditto. * gfortran.fortran-torture/compile/compile.exp: Ditto. libgomp/ 2007-01-26 Tobias Burnus <burnus@net-b.de> * testsuite/libgomp.fortran/fortran.exp: Support .f03 extension. From-SVN: r121201
21 lines
433 B
Plaintext
21 lines
433 B
Plaintext
set lang_library_path "../libgfortran/.libs"
|
|
set lang_test_file "${lang_library_path}/libgfortranbegin.a"
|
|
set lang_link_flags "-lgfortranbegin -lgfortran"
|
|
|
|
load_lib libgomp-dg.exp
|
|
|
|
# Initialize dg.
|
|
dg-init
|
|
|
|
if [file exists "${blddir}/${lang_test_file}"] {
|
|
|
|
# Gather a list of all tests.
|
|
set tests [lsort [find $srcdir/$subdir *.\[fF\]{,90,95,03}]]
|
|
|
|
# Main loop.
|
|
gfortran-dg-runtest $tests ""
|
|
}
|
|
|
|
# All done.
|
|
dg-finish
|