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]

ICE in inner class constructor.


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


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