------- Comment #1 from pinskia at gcc dot gnu dot org 2010-07-21 22:23 ------- const int i; -fno-zero-initialized-in-bss -> .bss = FAIL You need -fno-common also to get it out of the BSS.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44690
pinskia at gcc dot gnu dot org Wed, 21 Jul 2010 15:24:11 -0700
------- Comment #1 from pinskia at gcc dot gnu dot org 2010-07-21 22:23 ------- const int i; -fno-zero-initialized-in-bss -> .bss = FAIL You need -fno-common also to get it out of the BSS.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44690