public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: apbianco@redhat.com
To: gcc-gnats@gcc.gnu.org
Cc: mjr@statesmean.com
Subject: java/2953: ICE in inner class constructor.
Date: Sat, 26 May 2001 01:46:00 -0000	[thread overview]
Message-ID: <20010526083810.15594.qmail@sourceware.cygnus.com> (raw)

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


             reply	other threads:[~2001-05-26  1:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-26  1:46 apbianco [this message]
2001-07-09 19:29 apbianco
2002-01-04 19:07 rodrigc

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=20010526083810.15594.qmail@sourceware.cygnus.com \
    --to=apbianco@redhat.com \
    --cc=gcc-gnats@gcc.gnu.org \
    --cc=mjr@statesmean.com \
    /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).