This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


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

Re: internal error in check-init



Fredrik Warg writes:
> Maybe someone working on the gcj part of gcc is interrested in this?
> 
> I got this error when compiling a java program with gcj 2.95.2:
> 
>  internal error in check-init: tree code not implemented: field_decl

Thank you for the report. This shouldn't happen.

> (Note: I could compile my program simply by sticking in a 'case
> FIELD_DECL: break;', but perhaps there should be something more in
> there???)

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

./A

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