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]

[Patch] Document .F90 and .F95 file extensions


Hi,

this is a patch to document the fact that gfortran accepts files with the
extension .F9[05].
If it is OK, please commit it to CVS, as I don't have write privileges.

Cheers,
  Martin

Index: gcc/ChangeLog
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.9635
diff -c -3 -p -r2.9635 ChangeLog
*** gcc/ChangeLog       2 Aug 2005 11:45:45 -0000       2.9635
--- gcc/ChangeLog       2 Aug 2005 13:33:17 -0000
***************
*** 1,3 ****
--- 1,7 ----
+ 2005-08-02  Martin Reinecke  <martin@mpa-garching.mpg.de>
+
+       * doc/invoke.texi: document file extensions .F90 and .F95
+
  2005-08-02  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/23177
Index: gcc/doc/invoke.texi
===================================================================
RCS file: /cvsroot/gcc/gcc/gcc/doc/invoke.texi,v
retrieving revision 1.662
diff -c -3 -p -r1.662 invoke.texi
*** gcc/doc/invoke.texi 31 Jul 2005 09:12:34 -0000      1.662
--- gcc/doc/invoke.texi 2 Aug 2005 13:33:19 -0000
*************** preprocessor (not included with GCC)@.
*** 857,862 ****
--- 857,867 ----
  @itemx @var{file}.f95
  Fortran 90/95 source code which should not be preprocessed.

+ @item @var{file}.F90
+ @itemx @var{file}.F95
+ Fortran 90/95 source code which must be preprocessed (with the
+ traditional preprocessor).
+
  @c FIXME: Descriptions of Java file types.
  @c @var{file}.java
  @c @var{file}.class


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