java/8923: gcj 3.2.1 - ICE when modifying a variable decleared "final static"

torkel@uten.tv torkel@uten.tv
Fri Dec 13 03:06:00 GMT 2002


>Number:         8923
>Category:       java
>Synopsis:       gcj 3.2.1 - ICE when modifying a variable decleared "final static"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    unassigned
>State:          open
>Class:          ice-on-illegal-code
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 13 03:06:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Torkel Bjørnson-Langen
>Release:        3.2.1
>Organization:
>Environment:
Linux 2.4.20. Tested on AMD K6 and Athlon
>Description:
$ gcj -C myBug.java

myBug.java: In class `myBug':
myBug.java: In method `myBug.bug()':
myBug.java:5: Internal compiler error in generate_bytecode_insns, at java/jcf-write.c:1974
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:
public class myBug
{
        final static int myConst = 200;

        public static void bug() { myConst++;   /* ICE */ }
}
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the Java-prs mailing list