Hi everyone,

a new release(2.4.2) of the multiple-precision floating-point computations
(MPFR) is out but
I can see among changes the following lines : 

- Bug fixes.
- Also note that GCC 4.4.0 (only this obsolete version) does not build
  MPFR 2.4.2 correctly; this is detected by "make check" (failures in
  tget_z and tpow_all).


MPRF is necessary to compile (ce)gcc-4.4.
So it means we won't be able to benefit from bug fixes with upcoming
versions.
I have contacted one of mprf author and he told me that one the problem
lies in the following line :

 mpfr_init2 (r, (exp < (mp_exp_t) MPFR_PREC_MIN ?
                  MPFR_PREC_MIN : (mpfr_prec_t) exp));

One workaround is to replace get_z.c from mpfr-2.4.1 but he really
recommends to upgrade
to newer 4.4 version.







------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to