This is the mail archive of the java-prs@sourceware.cygnus.com mailing list for the Java project.


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

Re: gcj/210: Internal Compiler Error. Can't build libgcj


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

From: Bryce McKinlay <bryce@albatross.co.nz>
To: torsten.rueger@firsthop.com
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: gcj/210: Internal Compiler Error. Can't build libgcj
Date: Tue, 18 Apr 2000 23:33:58 +1200

 torsten.rueger@firsthop.com wrote:
 
 > RedHat 6.1 on PC
 > >Description:
 > gcj -fassume-compiled -g -L/var/tmp/build/i686-pc-linux-gnu/libjava -ffloat-store -c  -fPIC ../../../libgcj/libjava/gnu/gcj/convert/Input_UTF8.java -o gnu/gcj/convert/.libs/Input_UTF8.lo
 > ../../../libgcj/libjava/gnu/gcj/convert/Input_UTF8.java: In class `gnu.gcj.convert.Input_UTF8':
 > ../../../libgcj/libjava/gnu/gcj/convert/Input_UTF8.java: In method `read(char[],int,int)':
 > ../../../libgcj/libjava/gnu/gcj/convert/Input_UTF8.java:112: Unrecognizable insn:
 > (insn 135 133 136 (set (reg:SI 51)
 >         (UnKnown Unknown)) -1 (nil)
 >     (nil))
 > ../../../libgcj/libjava/gnu/gcj/convert/Input_UTF8.java:112: Internal compiler error in `extract_insn', at recog.c:2044
 > Please submit a full bug report.
 
 Hi Torsten,
 
 This is a known bug that was fixed recently (about 5 days ago) in the compiler. I have just checked out and built the latest libgcj and gcc from cvs and I do not see this bug anymore.
 (There is currently a problem with java.sql.Date but this goes away on the second time you type 'make').
 
 Please check that you are using the latest compiler, and try again. If you still have problems, I suggest trying my patch for gcc-2.95.2 which will allow you to use it with the latest
 libgcj. see http://waitaki.otago.ac.nz/~bryce/gcj
 
 regards
 
   [ bryce ]
 
 

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