Blame SOURCES/gcc7-fortran-fdec-include-doc.patch

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