Hello world, I just committed the following patch to the WWW docs.
An error was reported by Gerald's script, but that seems to have been spurious. At least, there was no error on revalidation. Regards Thomas 2015-07-01 Thomas Koenig <tkoe...@netcologne.de> * gcc-6/changes.html: Document -Winteger-division for Fortran.
Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v retrieving revision 1.12 diff -r1.12 changes.html 67a68,70 > <li>The <code>-Winteger-division</code> option has been added, which > warns about divisions of integer constants which are truncated. > This option is included in <code>-Wall</code> by default.</li>