This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug java/17500] New: Anonymous inner class compile freakout
- From: "membar at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 15 Sep 2004 14:12:59 -0000
- Subject: [Bug java/17500] New: Anonymous inner class compile freakout
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
While trying to build SwingWT for i686-pc-mingw32 (haven't tested with
i686-pc-linux-gnu target).
[mohan@p450 SwingWT]$ i686-pc-mingw32-gcj -C --classpath=swt.jar:swingwt.zip
javax/swing/JList.java
javax/swing/JList.java: In class `javax.swing.JList$2':
javax/swing/JList.java: In constructor `(javax.swing.JList,java.lang.Object)':
javax/swing/JList.java:524: error: Local variable `parm$value' can't be accessed
from within the inner class `javax.swing.JList$2' unless it is declared final.
}
^
javax/swing/JList.java:1: error: internal error in generate_bytecode_insn - tree
code not implemented: error_mark
--
Summary: Anonymous inner class compile freakout
Product: gcc
Version: 4.0.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: critical
Priority: P2
Component: java
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: membar at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
dot org
GCC build triplet: i686-pc-linux-gnu
GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-mingw32
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17500