public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* java/8923: gcj 3.2.1 - ICE when modifying a variable decleared "final static"
@ 2002-12-13  3:06 torkel
  0 siblings, 0 replies; only message in thread
From: torkel @ 2002-12-13  3:06 UTC (permalink / raw)
  To: gcc-gnats

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1047 bytes --]


>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:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-13 11:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-13  3:06 java/8923: gcj 3.2.1 - ICE when modifying a variable decleared "final static" torkel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).