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

Jeffrey A Law law@cygnus.com
Thu Jul 29 11:28:00 GMT 1999


  In message < 37A07BFA.D49F9AB9@finagle.org >you write:
  > Yikes!  It appears to be storing the entire *uninitialized* array in the
  > object file (this gets even more exciting if the array is a structure,
  > and padding makes the array even larger).
This is a side effect of the C++ standard not allowing common variables.

jeff



More information about the Gcc-bugs mailing list