This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the EGCS project.
Re: [Bug]: non-static arrays stored in object file
- To: gcc-bugs@gcc.gnu.org, steve@finagle.org
- Subject: Re: [Bug]: non-static arrays stored in object file
- From: mrs@wrs.com (Mike Stump)
- Date: Thu, 29 Jul 1999 12:10:59 -0700
> Date: Thu, 29 Jul 1999 09:06:18 -0700
> From: Steve McAndrewSmith <steve@finagle.org>
> char Foo[10000000];
> -rw-r--r-- 1 500 everyone 10000383 Jul 29 09:00 foo.o
This is a bug in the port file for cygwin, or a bug in cygwin. It can
use *_BSS_* macros to make this come out better, as I recall.
You can also work around this with -fconserve-space.