This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


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

java/2953: ICE in inner class constructor.



>Number:         2953
>Category:       java
>Synopsis:       ICE in inner class constructor.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat May 26 01:46:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Mark J. Roberts
>Release:        Current, trunk and branch
>Organization:
>Environment:
RHL7.x/x86 and probably others
>Description:
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.
>How-To-Repeat:
Compile the test case.
>Fix:
Not yet.
>Release-Note:
>Audit-Trail:
>Unformatted:


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