diff options
author | Joseph Myers <joseph@codesourcery.com> | 2005-07-02 14:19:59 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2005-07-02 14:19:59 +0100 |
commit | c85ce869e757158c55fd428befdb59ad5d537c1f (patch) | |
tree | 3339d42d6bdaab3f873b91e89993fa54cc7f96e7 /gcc/fortran/lang.opt | |
parent | dee158440e16ef7272d823b9bd5e6d414968fd8a (diff) | |
download | gcc-c85ce869e757158c55fd428befdb59ad5d537c1f.zip gcc-c85ce869e757158c55fd428befdb59ad5d537c1f.tar.gz gcc-c85ce869e757158c55fd428befdb59ad5d537c1f.tar.bz2 |
c.opt, [...]: Remove "." from end of help texts.
* c.opt, common.opt, config/bfin/bfin.opt, config/pa/pa.opt,
config/rs6000/rs6000.opt, params.def: Remove "." from end of help
texts.
* config/avr/avr.c: Do not use '`' as left quote.
* config/rs6000/rs6000.c, config/s390/s390.c, opts.c, tree.c:
Remove "." from end of diagnostics. Make diagnostics start with
lowercase letter.
cp:
* name-lookup.c, parser.c: Use %q, %< and %> to quote in
diagnostics.
fortran:
* lang.opt: Remove "." from end of help texts.
objc:
* objc-act.c: Use %q to quote in diagnostics.
From-SVN: r101533
Diffstat (limited to 'gcc/fortran/lang.opt')
-rw-r--r-- | gcc/fortran/lang.opt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gcc/fortran/lang.opt b/gcc/fortran/lang.opt index 16ef4f5..edc8a75 100644 --- a/gcc/fortran/lang.opt +++ b/gcc/fortran/lang.opt @@ -91,11 +91,11 @@ Specify that backslash in string introduces an escape character fdump-parse-tree F95 -Display the code tree after parsing. +Display the code tree after parsing ff2c F95 -Use f2c calling convention. +Use f2c calling convention ffixed-form F95 @@ -127,7 +127,7 @@ F95 RejectNegative Joined UInteger fmax-identifier-length= F95 RejectNegative Joined UInteger --fmax-identifier-length=<n> Maximum identifier length. +-fmax-identifier-length=<n> Maximum identifier length fmax-stack-var-size= F95 RejectNegative Joined UInteger @@ -155,18 +155,18 @@ F95 RejectNegative Joined UInteger std=f95 F95 -Conform to the ISO Fortran 95 standard. +Conform to the ISO Fortran 95 standard std=f2003 F95 -Conform to the ISO Fortran 2003 standard. +Conform to the ISO Fortran 2003 standard std=gnu F95 -Conform nothing in particular. +Conform nothing in particular std=legacy F95 -Accept extensions to support legacy code. +Accept extensions to support legacy code ; This comment is to ensure we retain the blank line above. |