java/3534: Internal compiler error in splice_child_die (gcj/Alpha)
Tom Holroyd
tomh@po.crl.go.jp
Mon Jul 2 21:16:00 GMT 2001
>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:
More information about the Java-prs
mailing list