On Sat, 19 Jan 2019, Jakub Jelinek wrote:
>> how about the refinement below?
> LGTM.  Thanks.

The context has changed a bit since then (due to links being
added), so I had to manually re-apply the patch and committed
the following now.

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
retrieving revision 1.69
diff -u -r1.69 changes.html
--- changes.html        29 May 2019 22:22:01 -0000      1.69
+++ changes.html        9 Jul 2019 19:48:01 -0000
@@ -740,10 +740,10 @@
   </li>
   <li>
       A new command-line option <a 
href="https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gfortran/Fortran-Dialect-Options.html#index-fdec-include";><code>-fdec-include</code></a>,
 set also
-    by <a 
href="https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gfortran/Fortran-Dialect-Options.html#index-fdec";><code>-fdec</code></a>
 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
+    by the <a 
href="https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gfortran/Fortran-Dialect-Options.html#index-fdec";><code>-fdec</code></a>
 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>
   <li>

Reply via email to