This is the mail archive of the java@gcc.gnu.org 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: gij runs HelloWorld on PPC Linux


Hi Tom,

I do not have access to a x86, nor alpha, nor ia64 and want to make sure that 
the failures I am seeing in gij do NOT happen on those platforms.

Would someone please try running gij on the following test cases:

in libjava/testsuite/libjava.lang

gcj -C Final.java
gcj -C Primes.java

gij Final        

(this returns the string "this should not happen" which is incorrect)

gij Primes

(this seems to run in an infinite loop never printing any Primes)

I just want to make sure these failures are caused by bugs in my closure code 
and not general bugs someplace else.

For comparison purposes, I compiled and ran these using Blackdown's JDK 1.2.2 
and had no failures.

Thanks,

Kevin


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