public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: Tom Holroyd <tomh@po.crl.go.jp>
To: gcc-gnats@gcc.gnu.org
Subject: java/3534: Internal compiler error in splice_child_die (gcj/Alpha)
Date: Mon, 02 Jul 2001 21:16:00 -0000	[thread overview]
Message-ID: <200107030407.NAA17320@holly.crl.go.jp> (raw)

>Number:         3534
>Category:       java
>Synopsis:       Internal compiler error in splice_child_die (gcj/Alpha)
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 02 21:16:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Tom Holroyd
>Release:        3.0
>Organization:
>Environment:
System: Linux holly 2.4.5-ac2 #1 Mon May 28 16:23:57 JST 2001 alpha unknown
Architecture: alpha

	
host: alphaev67-unknown-linux-gnu
build: alphaev67-unknown-linux-gnu
target: alphaev67-unknown-linux-gnu
configured with: ../gcc-3.0/configure --disable-nls
>Description:

public class sample {
  public void myJava(String s) {
    s = s + ", Java";
    System.out.println(s);
  }

  public static void main(String args[]) {
    sample x = new sample();
    x.myJava("Hello");
  }
}

>How-To-Repeat:

gcj sample.java
sample.java: In class `sample':
sample.java: In method `sample.main(java.lang.String[])':
sample.java:10: Internal compiler error in splice_child_die, at dwarf2out.c:4752
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.

gcj -v
Reading specs from /usr/local/lib/gcc-lib/alphaev67-unknown-linux-gnu/3.0/specs
Reading specs from /usr/local/lib/gcc-lib/alphaev67-unknown-linux-gnu/3.0/../../../libgcj.spec
rename spec lib to liborig
rename spec startfile to startfileorig
Configured with: ../gcc-3.0/configure --disable-nls
Thread model: single
gcc version 3.0
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:


             reply	other threads:[~2001-07-02 21:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-02 21:16 Tom Holroyd [this message]
2001-07-02 21:36 Alexandre Petit-Bianco
2001-07-02 22:26 Tom Holroyd
2001-07-14  7:42 green
2002-02-17 19:12 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=200107030407.NAA17320@holly.crl.go.jp \
    --to=tomh@po.crl.go.jp \
    --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).