This is the mail archive of the gcc-prs@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]

Re: java/2360: Internal compiler error make_class_data (constant stress test?)


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

From: Alexandre Petit-Bianco <apbianco@cygnus.com>
To: scgmille@indiana.edu
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: java/2360: Internal compiler error make_class_data (constant stress test?)
Date: Mon, 26 Mar 2001 15:01:58 -0800 (PST)

 scgmille@indiana.edu writes:
 
 > The class in question has a lot of constants and a rather 
 > case statement.
 
 I can't reproduce the problem, gcj is missing some file before it can
 crash.
 
   apbianco@venonat[~/tmp]: gcj -c Primitives.class 
   sisc/Primitives.java:0: Cannot find file for class sisc.Module.
   sisc/Primitives.java:0: confused by earlier errors, bailing out
 
 I tried the SISC Scheme interpreter package (since I'm guessing this
 is what your trying to build) and I was able to build it by simply
 running gcj -c sisc.jar --main=sisc.REPL
 
 ./A


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