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]

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


Brooks Moses wrote:
Currently, something seems to be broken in the gcc -v --help output for C and C++ (it's reporting "The following options are specific to the language C: No options with the desired characteristics were found"), so I can't actually tell what this is doing. However, the new system does seem to be written under the assumption that all *.opt files that list an option give it the same documentation string, so I will apply the other parts of this patch but leave this bit out.

And committed, as attached.


- Brooks
Index: lang.opt
===================================================================
--- lang.opt	(revision 123170)
+++ lang.opt	(working copy)
@@ -219,7 +219,7 @@
 
 fpack-derived
 Fortran
-Try to layout derived types as compact as possible
+Try to lay out derived types as compactly as possible
 
 fpreprocessed
 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]