Bill Allombert on Sat, 19 Oct 2002 10:22:08 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: Itanium bugs


On Fri, Oct 18, 2002 at 06:29:25PM -0400, Igor Schein wrote:
> Hi,
> 
> There're 2 cases of failed benches on Linux/ia64:
> 
> \\ debug binary
> 
> ? lex([1,3],[1,3,5])
> 4294967295		\\ should be -1

It is the 'lex return int not long' bug that show up on alpha-dbg 

> \\ optimized binary
> 
> ? setrand(1);bnfclassunit(x^4+24*x^2+585*x+1791,,[0.1,0.1])
>   ***   bug in GP (Segmentation Fault), please report

We should probably fix the first problem before investigate the scond one.

Bill.