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]

internal error in check-init



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

Seems that the field_decl token is missing in a switch-statement in
gcc/java/check-init.c. It is still missing in the egcs cvs.

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

/Fredrik


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