internal error in check-init

Fredrik Warg warg@ce.chalmers.se
Wed Apr 19 12:29:00 GMT 2000


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



More information about the Java mailing list