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,

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

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