bug-guile
[Top][All Lists]
Advanced

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

Re: Problem compiling tests for guile 1.7.1


From: Marius Vollmer
Subject: Re: Problem compiling tests for guile 1.7.1
Date: Wed, 15 Dec 2004 18:44:07 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

Kevin Ryde <address@hidden> writes:

> Pierre <address@hidden> writes:
>>
>> fail: scm_from_double (nan) == +nan.0
>> FAIL: test-conversion
>
> See if you can trace through with gdb to see where it fails, ie. if
> one of the operands is not a nan, or if the comparison has gone wrong.

Guile and the test-cases are currently pretty much assume that there
is only one kind of NaN, while in fact there might be many different
NaNs.

We should add proper handling of the payload information in NaNs; or
we should properly ignore it in comparisons.

I think the latter is easier and I'll try to clean Guile up in this
direction.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]