[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make check fails for gmp-4.1
From: |
Kevin Ryde |
Subject: |
Re: make check fails for gmp-4.1 |
Date: |
Wed, 12 Jun 2002 10:35:33 +1000 |
User-agent: |
Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.1 (i386-debian-linux-gnu) |
Michael Lee <address@hidden> writes:
>
> FAIL: t-aorsmul
I can't reproduce that on my debian system. You might like to turn
the optimization down to -O2 and see if it gets better.
> FAIL: t-cmp_d
But I can reproduce that one. I think -O4 inlines the fudge()
function, defeating its aim of forcing to "double" as opposed to "long
double" intermediates. Have to do something more reliable for that.
Thanks.