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: [tree-ssa] Problems building fortran (gmp) with latest cvs-version


On Tue, 5 Aug 2003, Lars Segerlund wrote:

>   I believe there was a discussion about getting rid of gmp for gfortran 
> at one point, since gcc already has similar functionality in it's source 
> tree.

There was also discussion of using GMP (and in particular MPFR) within the
core of GCC to handle constant folding for the standard C <math.h> and
<complex.h> functions, as MPFR gives us good implementations of most of
these functions without a large and error-prone effort in reimplementing
them.  (Of course this would need proper configure support, and probably
importing GMP into GCC CVS with a --with-system-gmp configure option for
when you know the system library is recent enough.)

-- 
Joseph S. Myers
jsm@polyomino.org.uk


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