[Bug fortran/50334] interaction between -Wuninitialized and -finit-real=snan
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50334 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P5 CC|
[Bug fortran/50334] interaction between -Wuninitialized and -finit-real=snan
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50334 --- Comment #1 from Andrew Pinski 2011-09-08 16:40:19 UTC --- Well this is kinda of expected, since you are saying all float variables are going to be initialized with SNAN so you can detect at runtime those variables which were left uninitialize