[Bug c/31072] Wrong code for volatile var with initalization and optimization
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Mar 7 17:11:00 GMT 2007
------- Comment #3 from pinskia at gcc dot gnu dot org 2007-03-07 17:11 -------
.sbss is .sdata but in the bss part of it.
If your loader does not zero bss, then you can use -fno-zero-initialized-in-bss
to get the variable not stored in the bss section.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31072
More information about the Gcc-bugs
mailing list