This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: internal error in check-init
- To: Per Bothner <per at bothner dot com>
- Subject: Re: internal error in check-init
- From: Fredrik Warg <warg at ce dot chalmers dot se>
- Date: Wed, 19 Apr 2000 22:43:17 +0200 (MET DST)
- cc: java-discuss at sourceware dot cygnus dot com
On 19 Apr 2000, Per Bothner wrote:
> Yes. A FIELD_DECL is not a valid expression by itself,
> so it should not be passed to check_init. Instead, I
> suspect there is some other tree node that *refers to*
> a FIELD_DECL, and that parent tree node is where the
> real error is.
>
> So I suggest running jc1 under gdb, and go up one or
> more stack frames to examine the context of the FIELD_DECL.
> I.e. what kind of node is being passed to check_init in
> the outer one or two calls to check_init.
I'll try that, thanks.
On 19 Apr 2000, Alexandre Petit-Bianco wrote:
> Definitively. This is a bug which depends on the source your
> compiling. Can you please file a PR with our bug tracking system
> (GNATS), at the following URL:
>
> http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl
>
> (It would be helpful if you could corner the bug within a small
> source code example.)
Ok, will do that later (when I get back from my vacation :)
/Fredrik