re PR fortran/50334 (interaction between -Wuninitialized and -finit-*)
PR fortran/50334 * invoke.texi (-finit-*): Document interaction with -Wuninitialized. From-SVN: r181150
This commit is contained in:
parent
cf7716a257
commit
295258228b
@ -1,3 +1,9 @@
|
||||
2011-11-08 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||
|
||||
PR fortran/50334
|
||||
* invoke.texi (-finit-*): Document interaction with
|
||||
-Wuninitialized.
|
||||
|
||||
2011-11-07 François-Xavier Coudert <fxcoudert@gcc.gnu.org>
|
||||
|
||||
PR libfortran/49188
|
||||
|
@ -1482,6 +1482,10 @@ use @option{-finit-real=snan}; note, however, that compile-time
|
||||
optimizations may convert them into quiet NaN and that trapping
|
||||
needs to be enabled (e.g. via @option{-ffpe-trap}).
|
||||
|
||||
Finally, note that enabling any of the @option{-finit-*} options will
|
||||
silence warnings that would have been emitted by @option{-Wuninitialized}
|
||||
for the affected local variables.
|
||||
|
||||
@item -falign-commons
|
||||
@opindex @code{falign-commons}
|
||||
@cindex alignment of @code{COMMON} blocks
|
||||
|
Loading…
Reference in New Issue
Block a user