|
|
93e26d |
2018-11-21 Jakub Jelinek <jakub@redhat.com>
|
|
|
93e26d |
|
|
|
93e26d |
* invoke.texi (-fdec-include): Document.
|
|
|
93e26d |
|
|
|
93e26d |
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi
|
|
|
93e26d |
index ee84a0be8b1..33afab1517f 100644
|
|
|
93e26d |
--- a/gcc/fortran/invoke.texi
|
|
|
93e26d |
+++ b/gcc/fortran/invoke.texi
|
|
|
93e26d |
@@ -119,7 +119,7 @@ by type. Explanations are in the following sections.
|
|
|
93e26d |
@gccoptlist{-fall-intrinsics -fbackslash -fcray-pointer -fd-lines-as-code @gol
|
|
|
93e26d |
-fd-lines-as-comments @gol
|
|
|
93e26d |
-fdec -fdec-structure -fdec-intrinsic-ints -fdec-static -fdec-math @gol
|
|
|
93e26d |
--fdefault-double-8 -fdefault-integer-8 -fdefault-real-8 @gol
|
|
|
93e26d |
+-fdec-include -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8 @gol
|
|
|
93e26d |
-fdefault-real-10 -fdefault-real-16 -fdollar-ok -ffixed-line-length-@var{n} @gol
|
|
|
93e26d |
-ffixed-line-length-none -ffree-form -ffree-line-length-@var{n} @gol
|
|
|
93e26d |
-ffree-line-length-none -fimplicit-none -finteger-4-integer-8 @gol
|
|
|
93e26d |
@@ -277,6 +277,12 @@ functions (e.g. TAND, ATAND, etc...) for compatability with older code.
|
|
|
93e26d |
Enable DEC-style STATIC and AUTOMATIC attributes to explicitly specify
|
|
|
93e26d |
the storage of variables and other objects.
|
|
|
93e26d |
|
|
|
93e26d |
+@item -fdec-include
|
|
|
93e26d |
+@opindex @code{fdec-include}
|
|
|
93e26d |
+Enable parsing of INCLUDE as a statement in addition to parsing it as
|
|
|
93e26d |
+INCLUDE line. When parsed as INCLUDE statement, INCLUDE does not have to
|
|
|
93e26d |
+be on a single line and can use line continuations.
|
|
|
93e26d |
+
|
|
|
93e26d |
@item -fdollar-ok
|
|
|
93e26d |
@opindex @code{fdollar-ok}
|
|
|
93e26d |
@cindex @code{$}
|