[Bug c/11854] -fdata-sections put everything into the data section not BSS
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Fri Aug 8 16:25:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11854
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-08 16:25 -------
On the mainline (20030728) with a cross-compiler to mipsisa64-unknown-elf, I get the
expected results of fred and foo being in BSS (Really sbss, I do not know if this makes a
difference). But with 3.3.1 (20030714) I can confirm the beviour that the report is about.
Since emitting into bss is new for 3.3, I am closing this as fixed.
More information about the Gcc-bugs
mailing list