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: "Kevin B . Hendricks" <khendricks at ivey dot uwo dot ca>
- Subject: Re: gij runs HelloWorld on PPC Linux
- From: Mark Wielaard <mark at klomp dot org>
- Date: Sun, 11 Feb 2001 18:28:29 +0100
- Cc: Tom Tromey <tromey at redhat dot com>, java at gcc dot gnu dot org
- References: <200102081755.f18Htq923345@ashley.ivey.uwo.ca> <01021011185500.08172@localhost> <8766iib41s.fsf@creche.redhat.com> <01021110390000.13413@localhost>
Hi,
On Sun, Feb 11, 2001 at 12:14:12PM -0500, Kevin B . Hendricks wrote:
>
> 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.
I have a Debian GNU/Linux i386 system here.
With a old gcj from last month installed (20010125).
> 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)
Same here:
$ gij Final
This should not happen
> gij Primes
>
> (this seems to run in an infinite loop never printing any Primes)
Although this class takes a while (more then 30 seconds) it does
print primes and finishes eventually. (output attached)
Cheers,
Mark
1
2
3
5
7
11
13
17
19
23
29
31
37
41
43
47
53
59
61
67
71
73
79
83
89
97
101
true
139
151
11
17
37
67
131
257
521
1031
2053
4099
8209
16411
32771
65537
131101
262147
524309
1048583
2097169
4194319
8388617