public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: java/3534: Internal compiler error in splice_child_die (gcj/Alpha)
@ 2001-07-02 22:26 Tom Holroyd
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Holroyd @ 2001-07-02 22:26 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR java/3534; it has been noted by GNATS.

From: Tom Holroyd <tomh@po.crl.go.jp>
To: Alexandre Petit-Bianco <apbianco@cygnus.com>
Cc: <gcc-gnats@gcc.gnu.org>
Subject: Re: java/3534: Internal compiler error in splice_child_die (gcj/Alpha)
Date: Tue, 3 Jul 2001 14:24:50 +0900 (JST)

 On Mon, 2 Jul 2001, Alexandre Petit-Bianco wrote:
 
 >   http://gcc.gnu.org/ml/java/2001-05/msg00176.html
 
 I have now, thanks.  Yes, it goes away with -O or -gN != 1.
 


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: java/3534: Internal compiler error in splice_child_die (gcj/Alpha)
@ 2002-02-17 19:12 rodrigc
  0 siblings, 0 replies; 5+ messages in thread
From: rodrigc @ 2002-02-17 19:12 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, green, java-prs, jsturm, tomh

Synopsis: Internal compiler error in splice_child_die (gcj/Alpha)

State-Changed-From-To: feedback->closed
State-Changed-By: rodrigc
State-Changed-When: Sun Feb 17 19:12:24 2002
State-Changed-Why:
    Patch applied:
    http://gcc.gnu.org/ml/gcc-patches/2001-07/msg00847.html

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3534


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: java/3534: Internal compiler error in splice_child_die (gcj/Alpha)
@ 2001-07-14  7:42 green
  0 siblings, 0 replies; 5+ messages in thread
From: green @ 2001-07-14  7:42 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, green, java-prs, jsturm, nobody, tomh

Synopsis: Internal compiler error in splice_child_die (gcj/Alpha)

Responsible-Changed-From-To: unassigned->green
Responsible-Changed-By: green
Responsible-Changed-When: Sat Jul 14 07:42:23 2001
Responsible-Changed-Why:
    Got it.
State-Changed-From-To: open->feedback
State-Changed-By: green
State-Changed-When: Sat Jul 14 07:42:23 2001
State-Changed-Why:
    Jeff Sturm recently posted a patch:
    http://gcc.gnu.org/ml/gcc-patches/2001-07/msg00847.html

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3534&database=gcc


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: java/3534: Internal compiler error in splice_child_die (gcj/Alpha)
@ 2001-07-02 21:36 Alexandre Petit-Bianco
  0 siblings, 0 replies; 5+ messages in thread
From: Alexandre Petit-Bianco @ 2001-07-02 21:36 UTC (permalink / raw)
  To: nobody; +Cc: gcc-prs

The following reply was made to PR java/3534; it has been noted by GNATS.

From: Alexandre Petit-Bianco <apbianco@cygnus.com>
To: tomh@po.crl.go.jp
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: java/3534: Internal compiler error in splice_child_die (gcj/Alpha)
Date: Mon, 2 Jul 2001 21:26:12 -0700 (PDT)

 Tom Holroyd writes:
 
 > 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
 
 Have you read this thread:
 
   http://gcc.gnu.org/ml/java/2001-05/msg00176.html 
 
 ./A


^ permalink raw reply	[flat|nested] 5+ messages in thread

* java/3534: Internal compiler error in splice_child_die (gcj/Alpha)
@ 2001-07-02 21:16 Tom Holroyd
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Holroyd @ 2001-07-02 21:16 UTC (permalink / raw)
  To: gcc-gnats

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-02-18  3:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-02 22:26 java/3534: Internal compiler error in splice_child_die (gcj/Alpha) Tom Holroyd
  -- strict thread matches above, loose matches on Subject: below --
2002-02-17 19:12 rodrigc
2001-07-14  7:42 green
2001-07-02 21:36 Alexandre Petit-Bianco
2001-07-02 21:16 Tom Holroyd

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).