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

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