Hej Jakub, hej Fortran hackers, On Wed, 21 Nov 2018, Jakub Jelinek wrote: > Like this? Ok for trunk/wwwdocs? > > 2018-11-21 Jakub Jelinek <ja...@redhat.com> > > * invoke.texi (-fdec-include): Document.
how about the refinement below? Gerald Index: gcc-9/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v retrieving revision 1.33 diff -u -r1.33 changes.html --- gcc-9/changes.html 11 Jan 2019 19:10:28 -0000 1.33 +++ gcc-9/changes.html 19 Jan 2019 22:48:22 -0000 @@ -170,12 +170,12 @@ module <code>IEEE_ARITHMETIC</code>. </li> <li> - A new command line option <code>-fdec-include</code>, set also - by <code>-fdec</code> option, has been added for an extension - for compatibility with legacy code. With this option, - <code>INCLUDE</code> directive is parsed also as a statement, - which allows the directive to be written on multiple source lines - with line continuations. + A new command-line option <code>-fdec-include</code>, set also + by the <code>-fdec</code> option, has been added to increase + compatibility with legacy code. With this option, an + <code>INCLUDE</code> directive is also parsed as a statement, + which allows the directive to be spread across multiple source + lines with line continuations. </li> </ul>