Commit 03e6ca48 by Martin Liska Committed by Martin Liska

Enhance documentation of Wundefined-do-loop

	* invoke.texi (Wundefined-do-loop): Enhance documentation.

From-SVN: r238159
parent 2660286d
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
......
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment