[Bug java/11188] New: Internal compiler error in make_class_data, at java/class.c:1676
tcort@cs.ubishops.ca
gcc-bugzilla@gcc.gnu.org
Fri Jun 13 18:01:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11188
Summary: Internal compiler error in make_class_data, at
java/class.c:1676
Product: gcc
Version: 3.2.2
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: java
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: tcort@cs.ubishops.ca
CC: gcc-bugs@gcc.gnu.org
tcort@village tcort $ gcj --main=hello hello.java
hello.java:1: Internal compiler error in make_class_data, at java/class.c:1676
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
tcort@village tcort $
tcort@village tcort $ cat hello.java
public class hello {
public static void main(String [] args) {
System.out.println("hello");
}
}
tcort@village tcort $
tcort@village tcort $ gcc --version
gcc (GCC) 3.2.2
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
tcort@village tcort $
More information about the Gcc-bugs
mailing list