]> git.ipfire.org Git - people/ms/gcc.git/commitdiff
Enhance documentation of Wundefined-do-loop
authorMartin Liska <mliska@suse.cz>
Fri, 8 Jul 2016 08:39:56 +0000 (10:39 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Fri, 8 Jul 2016 08:39:56 +0000 (08:39 +0000)
* invoke.texi (Wundefined-do-loop): Enhance documentation.

From-SVN: r238159

gcc/fortran/ChangeLog
gcc/fortran/invoke.texi

index afd9f061baac4f3591cb032539742a86bfd9b217..c9df4270bb3c3d6d6273b25638b9d7914e777b18 100644 (file)
@@ -1,3 +1,7 @@
+2016-07-08  Martin Liska  <mliska@suse.cz>
+
+       * invoke.texi (Wundefined-do-loop): Enhance documentation.
+
 2016-07-07  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR fortran/71764
index c0be1abf21f18f2d86dbca737886ad2715121084..87baf15862b811a8c0ddd195e13b8942da70888d 100644 (file)
@@ -929,7 +929,8 @@ is active for @option{-pedantic}, @option{-std=f95}, @option{-std=f2003},
 @opindex @code{Wundefined-do-loop}
 @cindex warnings, undefined do loop
 Warn if a DO loop with step either 1 or -1 yields an underflow or an overflow
-during iteration of an induction variable of the loop.  Enabled by default.
+during iteration of an induction variable of the loop.
+This option is implied by @option{-Wall}.
 
 @item -Wunderflow
 @opindex @code{Wunderflow}