diff mbox

[wwwdocs] Update Fortran part of gcc-5/changes.html

Message ID alpine.LSU.2.20.1703120014180.3498@anthias.pfeifer.com
State New
Headers show

Commit Message

Gerald Pfeifer March 11, 2017, 11:17 p.m. UTC
On Mon, 12 Jan 2015, Tobias Burnus wrote:
> If there are no objects or comments, I will commit it this evening

Thanks, Tobias!

> who is really behind reading fortran@gcc emails.

Turns out, I also have a couple of GCC-related mails that got stuck
on my end (as probably has become obvious from my patches/responses
the last weeks especially).

Below a small set of editorial changes I applied on top.
diff mbox

Patch

Index: gcc-5/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-5/changes.html,v
retrieving revision 1.145
diff -u -r1.145 changes.html
--- gcc-5/changes.html	25 Feb 2017 21:14:41 -0000	1.145
+++ gcc-5/changes.html	11 Mar 2017 23:16:59 -0000
@@ -509,9 +509,9 @@ 
   <ul>
     <li>Compatibility notice:<ul>
       <li>The version of the module files (.mod) has been incremented.</li>
-      <li>For free-form source files,
+      <li>For free-form source files
         <a href="https://gcc.gnu.org/onlinedocs/gcc-5.1.0/gfortran/Error-and-Warning-Options.html"><code>-Werror=line-truncation</code></a>
-        is now enabled by default; note that comments exceeding the line length
+        is now enabled by default. Note that comments exceeding the line length
         are not diagnosed.  (For fixed-form source code, the same warning is
         available but turned off by default, such that excess characters are
         ignored. <code>-ffree-line-length-<em>n</em></code> and
@@ -520,10 +520,11 @@ 
       <li>The <code>-Wtabs</code> option is now more sensible: with
         <code>-Wtabs</code> the compiler warns if it encounters tabs and with
         <code>-Wno-tabs</code> this warning is turned off.  Before,
-        <code>-Wno-tabs</code> warned and <code>-Wtabs</code> turned the warning
-        off.  As before, the warning is also enabled by <code>-Wall</code>,
+        <code>-Wno-tabs</code> warned and <code>-Wtabs</code> disabled the
+        warning.  As before, this warning is also enabled by <code>-Wall</code>,
         <code>-pedantic</code> and the <code>f95</code>, <code>f2003</code>,
-        <code>f2008</code> and <code>f2008ts</code> options of <code>-std=</code>.</li>
+        <code>f2008</code> and <code>f2008ts</code> options of
+        <code>-std=</code>.</li>
       </ul></li>
     <li>Incomplete support for colorizing diagnostics emitted by
       gfortran has been added. The
@@ -551,7 +552,8 @@ 
     <li>The <code>-Wuse-without-only</code> option has been added to warn when a
       <code>USE</code> statement has no <code>ONLY</code> qualifier and thus
       implicitly imports all public entities of the used module.</li>
-    <li>Formatted READ and WRITE statements now work correctly in locale-aware
+    <li>Formatted <code>READ</code> and <code>WRITE</code> statements now
+      work correctly in locale-aware
       programs.  For more information and potential caveats, see
       <a href="https://gcc.gnu.org/onlinedocs/gcc-5.1.0/gfortran/Thread-safety-of-the-runtime-library.html">Section
       5.3 Thread-safety of the runtime library in the manual</a>.</li>