This is the mail archive of the gcc-patches@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]

[patch, fortran] lang.opt: Adjust documentation.


This patch edits a few descriptions in lang.opt. The reason that it's not committed as obvious is that it removes -fpreprocessed from the "gfortran --help" output. (It's not documented in the invoke.texi documentation either.) As best I could tell from how this is used, it seems to be a "for internal use only" option, but I'm not sure of that and would like to have confirmation before committing this. Comments, anyone?

------------------------------------------------------------------
2007-03-24  Brooks Moses  <brooks.moses@codesourcery.com>

* lang.opt: Minor edits to descriptions.

------------------------------------------------------------------

Tested with "make check-fortran" on i686-pc-linux-gnu. Ok for mainline?

Thanks much!
- Brooks

Index: lang.opt
===================================================================
--- lang.opt	(revision 123170)
+++ lang.opt	(working copy)
@@ -219,11 +219,11 @@
 
 fpack-derived
 Fortran
-Try to layout derived types as compact as possible
+Try to lay out derived types as compactly as possible
 
 fpreprocessed
 Fortran
-Treat the input file as preprocessed
+; For internal use only: Treat the input file as preprocessed
 
 frange-check
 Fortran
@@ -263,7 +263,7 @@
 
 std=gnu
 Fortran
-Conform nothing in particular
+Conform to nothing in particular
 
 std=legacy
 Fortran

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