This is the mail archive of the java@gcc.gnu.org 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: Latest on PPC


Tom wrote:
> java/io/FilePermission.java:142: internal error in
> generate_bytecode_insn - tree code not implemented: bit_field_ref
> java/io/FilePermission.java:142: internal error in
> generate_bytecode_insn - tree code not implemented: bit_field_ref
> java/io/FilePermission.java:142: confused by earlier errors, bailing out

I didn't think the front end generated bit_field_ref nodes by default.  I
think I saw them when compiling on PPC with -pg.  The fix at the time was to
find the switch stmt where they were being considered, and simply ignore
them.  I thought I had submitted this patch many months ago - but maybe not
:-(

AG


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