This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

r121333 - in /branches/gcc-4_2-branch: gcc/fort...


Author: burnus
Date: Tue Jan 30 08:08:33 2007
New Revision: 121333

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121333
Log:
fortran/
2007-01-30  Tobias Burnus  <burnus@net-b.de>

       Backport from mainline.
       * 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-30  Tobias Burnus  <burnus@net-b.de>

       Backport from mainline.
       * 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-30  Tobias Burnus  <burnus@net-b.de>

       Backport from mainline.
       2007-01-26  Tobias Burnus  <burnus@net-b.de>

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


Modified:
    branches/gcc-4_2-branch/gcc/fortran/ChangeLog
    branches/gcc-4_2-branch/gcc/fortran/gfortran.texi
    branches/gcc-4_2-branch/gcc/fortran/lang-specs.h
    branches/gcc-4_2-branch/gcc/fortran/options.c
    branches/gcc-4_2-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/dg.exp
    branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/gomp/gomp.exp
    branches/gcc-4_2-branch/gcc/testsuite/gfortran.dg/vect/vect.exp
    branches/gcc-4_2-branch/gcc/testsuite/gfortran.fortran-torture/compile/compile.exp
    branches/gcc-4_2-branch/gcc/testsuite/gfortran.fortran-torture/execute/execute.exp
    branches/gcc-4_2-branch/libgomp/ChangeLog
    branches/gcc-4_2-branch/libgomp/testsuite/libgomp.fortran/fortran.exp


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