This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: Latest on PPC
- To: <tromey at redhat dot com>, "Java Discuss List" <java at gcc dot gnu dot org>
- Subject: RE: Latest on PPC
- From: "Anthony Green" <green at redhat dot com>
- Date: Tue, 20 Mar 2001 11:06:16 -0800
- Reply-To: <green at redhat dot com>
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