This is the mail archive of the gcc@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]

Re: bss section not getting zero-initialised vars


> I guess gcc would provide something like -fno-initialised-variables-in-bss
> or what have you.

Considering we have already -fconserve-space to turn on the optimization
on some hosts, I think it would be more straightforward to turn it on
by -Os and be able to turn it off by -fno-conserve-space.

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