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


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

Re: [Bug]: non-static arrays stored in object file


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


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