This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

java/9119: Cannot compile HelloWorld.java


>Number:         9119
>Category:       java
>Synopsis:       Cannot compile HelloWorld.java
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Jan 01 14:06:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     pmak@aaanime.net
>Release:        unknown-1.0
>Organization:
>Environment:
Linux priam.seas.gwu.edu 2.4.9-34 #1 Sat Jun 1 06:25:16 EDT 2002 i686 unknown
gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)
>Description:
[gcj@priam gcj]$ cat ~/HelloWorld.java
class HelloWorld {
        public static void main(String[] args) {
                System.out.println("Hello, world!");
        }
}
[gcj@priam gcj]$ gcj HelloWorld.java
HelloWorld.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.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]