aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/invoke.texi
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2018-11-21 21:06:20 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2018-11-21 21:06:20 +0100
commit99b5ace4696fa38118604cf80069c0c25f65c5ea (patch)
tree2e56d0e371106a6a0d59e5dafd25d19217dd7d14 /gcc/fortran/invoke.texi
parent36d2acbd78eaa275797be9f7dfd3f7bd1b010646 (diff)
downloadgcc-99b5ace4696fa38118604cf80069c0c25f65c5ea.zip
gcc-99b5ace4696fa38118604cf80069c0c25f65c5ea.tar.gz
gcc-99b5ace4696fa38118604cf80069c0c25f65c5ea.tar.bz2
* invoke.texi (-fdec-include): Document.
From-SVN: r266354
Diffstat (limited to 'gcc/fortran/invoke.texi')
-rw-r--r--gcc/fortran/invoke.texi8
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi
index ee84a0b..33afab1 100644
--- a/gcc/fortran/invoke.texi
+++ b/gcc/fortran/invoke.texi
@@ -119,7 +119,7 @@ by type. Explanations are in the following sections.
@gccoptlist{-fall-intrinsics -fbackslash -fcray-pointer -fd-lines-as-code @gol
-fd-lines-as-comments @gol
-fdec -fdec-structure -fdec-intrinsic-ints -fdec-static -fdec-math @gol
--fdefault-double-8 -fdefault-integer-8 -fdefault-real-8 @gol
+-fdec-include -fdefault-double-8 -fdefault-integer-8 -fdefault-real-8 @gol
-fdefault-real-10 -fdefault-real-16 -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
@@ -277,6 +277,12 @@ functions (e.g. TAND, ATAND, etc...) for compatability with older code.
Enable DEC-style STATIC and AUTOMATIC attributes to explicitly specify
the storage of variables and other objects.
+@item -fdec-include
+@opindex @code{fdec-include}
+Enable parsing of INCLUDE as a statement in addition to parsing it as
+INCLUDE line. When parsed as INCLUDE statement, INCLUDE does not have to
+be on a single line and can use line continuations.
+
@item -fdollar-ok
@opindex @code{fdollar-ok}
@cindex @code{$}