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]
Other format: [Raw text]

Re: Common labels not outputed where needed


On Mon, Mar 25, 2002 at 04:36:49PM -0800, mike stump wrote:
> As a stupid hack-arond, you might be able to say -fno-common and have
> it work as you might expect.

No, as I said, "static int i" is a tentative definition.  The
non-common .bss symbol will still be emitted at the end of the file.


r~


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