This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: minimum version of MPFR (was: symbol lookup error: cc1: undefined symbol: mpfr_remquo)


On 2008-01-20 17:30:25 -0500, Kaveh R. GHAZI wrote:
> I just checked the mpfr.org website, and I'm pretty sure 2.3.1 has NOT
> been released yet.  It's in beta, and I've tested RC1 which worked fine
> for me.

MPFR 2.3.1 has not been released yet as a new bug has been found:
it can crash in high precisions as the stack is currently used for
temporary allocations (I've fixed this bug in the trunk, but with a
performance regression in small precisions, so... I need to rewrite
the memory allocations to avoid this performance regression).

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]