--- 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
--- Comment #1 from burnus at gcc dot gnu dot org 2006-11-30 17:23 ---
Confirm.
The error is fixed in 4.3 and 4.2 (today's builds). It is present in 4.1
20061115 (SUSE) and -- see original report -- 4.1 20061011 (Red Hat).
(I haven't check the svn 4.1 version.)
--
burnus at gcc dot