> Hi all,

hi,

> With a current CVS version of Kaffe (compiled yesterday), the following 
> program, compiled with Sun javac or kjc--
...
> gives me this output:
> 
> > [EMAIL PROTECTED]:/tmp$ /usr/local/kaffe/bin/java -cp . Foo
> > 0
> > -1

CVS update and give it a try.

The problem was that the jitter was using arithmetic shift to do divide,
which doesn't quite work for signed integers.  The fix is based on what
gcc generates and seems to work.

> Thanks,
> - Benja

thanks,

tim

_______________________________________________
kaffe mailing list
[EMAIL PROTECTED]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to