This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/15486] -fdata-sections moves COMMON vars to .bss
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 May 2004 11:27:22 -0000
- Subject: [Bug middle-end/15486] -fdata-sections moves COMMON vars to .bss
- References: <20040517064727.15486.jifl-bugzilla@jifvik.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-05-17 11:27 -------
You can workaround it by -fno-zero-initialized-in-bss.
--
What |Removed |Added
----------------------------------------------------------------------------
Component|target |middle-end
Keywords| |wrong-code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15486