]> gcc.gnu.org Git - gcc.git/commitdiff
re PR fortran/65976 (gfortran man-page lists the -fno-fixed-form flag but does not...
authorSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 2 May 2015 16:37:35 +0000 (16:37 +0000)
committerSteven G. Kargl <kargl@gcc.gnu.org>
Sat, 2 May 2015 16:37:35 +0000 (16:37 +0000)
2015-05-02  Steven G. Kargl  <kargl@gcc.gnu.org>

PR fortran/65976
* invoke.texi:  Remove 'no-' in '-fno-fixed-form'

From-SVN: r222725

gcc/fortran/ChangeLog
gcc/fortran/invoke.texi

index fbf8f7b4005894bb57572db2aaae12a579b6dcea..f98c2fb26e487d21c0c7b14e3c0bd3e62024ca2f 100644 (file)
@@ -1,3 +1,8 @@
+2015-05-02  Steven G. Kargl  <kargl@gcc.gnu.org>
+
+       PR fortran/65976
+       * invoke.texi:  Remove 'no-' in '-fno-fixed-form'
+
 2015-05-01  Mikael Morin  <mikael@gcc.gnu.org>
 
        * simplify.c (simplify_bound_dim): Tighten the check for array fullness
index 9228c78232f8108c8ad83451d23b605120664550..af123dbbe5ab7a0db9ce7782af7cd8031ab8c45b 100644 (file)
@@ -119,7 +119,7 @@ by type.  Explanations are in the following sections.
 -fdefault-real-8 -fdollar-ok -ffixed-line-length-@var{n} @gol
 -ffixed-line-length-none -ffree-form -ffree-line-length-@var{n} @gol
 -ffree-line-length-none -fimplicit-none -finteger-4-integer-8 @gol
--fmax-identifier-length -fmodule-private -fno-fixed-form -fno-range-check @gol
+-fmax-identifier-length -fmodule-private -ffixed-form -fno-range-check @gol
 -fopenacc -fopenmp -freal-4-real-10 -freal-4-real-16 -freal-4-real-8 @gol
 -freal-8-real-10 -freal-8-real-16 -freal-8-real-4 -std=@var{std}
 }
@@ -199,7 +199,7 @@ accepted by the compiler:
 @item -ffree-form
 @itemx -ffixed-form
 @opindex @code{ffree-form}
-@opindex @code{fno-fixed-form}
+@opindex @code{ffixed-form}
 @cindex options, Fortran dialect
 @cindex file format, free
 @cindex file format, fixed
This page took 0.069841 seconds and 5 git commands to generate.