* invoke.texi (-fdec-include): Document.
authorJakub Jelinek <jakub@redhat.com>
Wed, 21 Nov 2018 20:06:20 +0000 (21:06 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 21 Nov 2018 20:06:20 +0000 (21:06 +0100)
From-SVN: r266354

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

index 455c74c60a31fec05c9c57055bbf526bc439a2c9..5e6c8d38250c8fcfdbb54f9b665c8d453f500819 100644 (file)
@@ -1,3 +1,7 @@
+2018-11-21  Jakub Jelinek  <jakub@redhat.com>
+
+       * invoke.texi (-fdec-include): Document.
+
 2018-11-21  Jakub Jelinek  <jakub@redhat.com>
            Mark Eggleston  <mark.eggleston@codethink.com>
 
index ee84a0be8b114d20dfc553092ba252ec17775f35..33afab1517f9907878c721367938fc014af9bb7d 100644 (file)
@@ -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{$}