This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/15486] [3.3/3.4/3.5] -fdata-sections moves common vars to .bss
- From: "jifl-bugzilla at jifvik dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jun 2004 22:13:10 -0000
- Subject: [Bug middle-end/15486] [3.3/3.4/3.5] -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 jifl-bugzilla at jifvik dot org 2004-06-22 22:13 -------
That should of course be
if (DECL_SECTION_NAME (decl) || dont_output_data && DECL_ONE_ONLY(decl))
E&OE :-)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15486