guile-user
[Top][All Lists]
Advanced

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

Re: Gmp now working, but number.c:147 isinf declared implicitly.


From: Kevin Ryde
Subject: Re: Gmp now working, but number.c:147 isinf declared implicitly.
Date: Tue, 23 Jan 2007 08:11:58 +1100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hugh Sasse <address@hidden> writes:
>
>         mov     0, %o1
>         call    printf, 0

Ah dear, thanks, gcc has optimized it out.  I'll change the test
program to something like

        #include <math.h>
        volatile double x = 0.0;
        int main () { return (isinf(x) != 0); }

probably adding a check for "volatile" as well though.




reply via email to

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