------- Comment #2 from tkoenig at gcc dot gnu dot org 2006-11-30 22:57 ------- bb is used uninitialized in this program, so the program can do anything (including starting world war III). Assuming that non-initialized variables are set to zero was part of a lot of legacy codes. g77 supported -finit-local-zero to emulate this behavior, which gfortran doesn't yet do (see PR 20411).
Resolving as a duplicate of PR 20411. *** This bug has been marked as a duplicate of 20441 *** -- tkoenig at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30029