This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gij runs HelloWorld on PPC Linux
- To: Tom Tromey <tromey at redhat dot com>
- Subject: Re: gij runs HelloWorld on PPC Linux
- From: Kevin B. Hendricks <khendricks at ivey dot uwo dot ca>
- Date: Sun, 11 Feb 2001 12:14:12 -0500
- Cc: java at gcc dot gnu dot org
- References: <200102081755.f18Htq923345@ashley.ivey.uwo.ca> <01021011185500.08172@localhost> <8766iib41s.fsf@creche.redhat.com>
- Reply-To: khendricks at ivey dot uwo dot ca
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