This is the mail archive of the gcc-patches@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]

Re: gcj: always emit static array data


> Date: Sun, 15 Aug 1999 01:31:52 -0700 (PDT)
> From: Anthony Green <green@cygnus.com>

> 
> The compiler places certain static array data into new decls.  These
> decls were not being emitted when compiled with optimization enabled.

Well, okay.  However, this is surely just papering over the cracks in
the wall: surely we should find out *why* we need to output an array
which is inaccessible.  Is it because class metadata refers to it?

Andrew.


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