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

Mike Stump mrs@wrs.com
Thu Jul 29 12:11:00 GMT 1999


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



More information about the Gcc-bugs mailing list