[CLN-list] Bug in F_2[X] comparisson

Peter Haefeli peter.haefeli at mac.com
Sun Nov 4 03:15:40 CET 2007


Hi,

I compiled bug.cpp on MacBook Pro and got the following outputs:

without patch:

[Session started at 2007-11-04 02:28:29 +0100.]
(x != ring->zero()) = true (incorrect)
(x == ring->zero()) = false (incorrect)

and after compiling with patch installed:

[Session started at 2007-11-04 03:09:26 +0100.]
(x != ring->zero()) = false (correct)
(x == ring->zero()) = true (correct)

regards
Peter

Am 03.11.2007 um 23:56 schrieb Richard B. Kreckel:

> Remco Bloemen wrote:
>> I have looked at the code, but i could only conclude the  
>> following: my assembler is even worse than my german. I'm afraid  
>> fixing assembler code is way over my head, otherwise i would have  
>> loved to send you a patch.
>
> Okay, thank you very much for volunteering as tester!  :-P
>
> Please test this patch:
> <http://www.ginac.de/viewcvs/cln/src/base/digitseq/cl_asm_i386_.cc? 
> r1=1.2&r2=1.3>
>
> regards
>    -richy.
> -- 
> Richard B. Kreckel
> <http://www.ginac.de/~kreckel/>
> _______________________________________________
> CLN-list mailing list
> CLN-list at ginac.de
> https://www.cebix.net/mailman/listinfo/cln-list



More information about the CLN-list mailing list