public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: torkel@uten.tv
To: gcc-gnats@gcc.gnu.org
Subject: java/8923: gcj 3.2.1 - ICE when modifying a variable decleared "final static"
Date: Fri, 13 Dec 2002 03:06:00 -0000	[thread overview]
Message-ID: <20021213110516.5682.qmail@sources.redhat.com> (raw)

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


                 reply	other threads:[~2002-12-13 11:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021213110516.5682.qmail@sources.redhat.com \
    --to=torkel@uten.tv \
    --cc=gcc-gnats@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).