java/8676: ICE in generate_bytecode_conditional at jcf-write.c:1359
jmr@ugcs.caltech.edu
jmr@ugcs.caltech.edu
Thu Nov 21 21:06:00 GMT 2002
>Number: 8676
>Category: java
>Synopsis: ICE in generate_bytecode_conditional at jcf-write.c:1359
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: unassigned
>State: open
>Class: ice-on-legal-code
>Submitter-Id: net
>Arrival-Date: Thu Nov 21 21:06:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator: Jesse Rosenstock
>Release: gcc version 3.3 20021121 (experimental)
>Organization:
>Environment:
>Description:
When compiling to .class files, I get:
internal compiler error: in generate_bytecode_conditional, at java/jcf-write.c:1359
It works fine when compiling to native code.
; cat Foo.java
public class Foo {
private void f(long j) {
boolean x = (1 << j) != 0;
}
}
; gcj -C Foo.java
Foo.java: In class `Foo':
Foo.java: In method `Foo.f(long)':
Foo.java:3: internal compiler error: in generate_bytecode_conditional, at java/jcf-write.c:1359
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:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the Java-prs
mailing list