This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
ICE in inner class constructor.
- To: <java at gcc dot gnu dot org>
- Subject: ICE in inner class constructor.
- From: "Mark J. Roberts" <mjr at statesmean dot com>
- Date: Fri, 25 May 2001 18:27:04 -0400 (EDT)
public class Ice {
public class Eci {
public Eci(String s) { this(s, 1); }
public Eci(String s, int i) { }
}
}
mjr::anonFreenet$ gcj -C Ice.java
Ice.java: In class `Ice$Eci':
Ice.java: In method `(Ice,java.lang.String)':
Ice.java:1: Internal compiler error in generate_bytecode_insns, at
java/jcf-write.c:1512
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
mjr::anonFreenet$
This is with the 3.0 CVS branch, just rebuilt. Thanks in advance.
--
"...it must be held that third-party electronic monitoring, subject
only to the self-restraint of law enforcement officials, has no place
in our society..." Mark Roberts | mjr@statesmean.com