summaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorSteven G. Kargl <kargl@gcc.gnu.org>2015-05-02 16:37:35 +0000
committerSteven G. Kargl <kargl@gcc.gnu.org>2015-05-02 16:37:35 +0000
commit3435c26f32968345c9e2cc5f4e517f955726de1c (patch)
tree9c2189690b2beb526997ff3bc727146e9b77c745 /gcc/fortran
parent6c0b8a537c9c643efb8ef5d1646421696ba9098f (diff)
downloadgcc-3435c26f32968345c9e2cc5f4e517f955726de1c.tar.gz
re PR fortran/65976 (gfortran man-page lists the -fno-fixed-form flag but does not define it, and it doesn't work)
2015-05-02 Steven G. Kargl <kargl@gcc.gnu.org> PR fortran/65976 * invoke.texi: Remove 'no-' in '-fno-fixed-form' From-SVN: r222725
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog5
-rw-r--r--gcc/fortran/invoke.texi4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index fbf8f7b4005..f98c2fb26e4 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -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
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi
index 9228c78232f..af123dbbe5a 100644
--- a/gcc/fortran/invoke.texi
+++ b/gcc/fortran/invoke.texi
@@ -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