This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch, wwwdocs, committed] Document -Winteger-division for Fortran


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  <tkoenig@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>

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]