From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexandre Petit-Bianco To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: Re: java/2360: Internal compiler error make_class_data (constant stress test?) Date: Mon, 26 Mar 2001 15:06:00 -0000 Message-id: <20010326230600.2510.qmail@sourceware.cygnus.com> X-SW-Source: 2001-03/msg00279.html List-Id: The following reply was made to PR java/2360; it has been noted by GNATS. From: Alexandre Petit-Bianco 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