This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: DECL_DEFER_OUTPUT Change and Java
- To: Jeffrey Oldham <oldham at codesourcery dot com>
- Subject: Re: DECL_DEFER_OUTPUT Change and Java
- From: Tom Tromey <tromey at redhat dot com>
- Date: 06 Mar 2001 09:54:59 -0700
- Cc: gcc-bugs at gcc dot gnu dot org
- References: <20010305214435.A21358@codesourcery.com>
- Reply-To: tromey at redhat dot com
>>>>> "Jeffrey" == Jeffrey Oldham <oldham@codesourcery.com> writes:
Jeffrey> On 2001Feb26, the treatment of DECL_DEFER_OUTPUT in gcc/toplev.c and
Jeffrey> gcc/c-decl.c was changed. While the resulting source code still
Jeffrey> bootstraps, it does not compile when using "../configure
Jeffrey> --enable-languages=java". What Java code does the (attached) change
Jeffrey> break?
Jeffrey> <built-in>:0: storage size of `_ZTVN4java4lang5ClassE' isn't known
I believe Per Bothner just checked in a patch to fix this.
Tom