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]

[Bug java/11188] New: Internal compiler error in make_class_data, at java/class.c:1676


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 $


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