This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/44690] -fzero-initialized-in-bss does not work



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]