This is the mail archive of the gcc-patches@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: [PING][PATCH]: Warn that mpfr-2.2.0 is buggy when configuring


On Thu, 28 Dec 2006, Paolo Bonzini wrote:

>
> >> 2006-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
> >>
> >> 	* configure.in: Warn that MPFR 2.2.0 is buggy.
> >>
> >> 	* configure: Regenerate.
> >
> > PING for configure patch.
> >
> > http://gcc.gnu.org/ml/gcc-patches/2006-12/msg01249.html
>
> The patch is ok for the 4.2 branch, modulo changing "buggy version" with
> "yes, buggy but acceptable", because we don't use the buggy features in
> that branch.

I think we do use the buggy features of MPFR 2.2.0 in GCC 4.2, but... just
in fortran, not the whole compiler.

However my patch is unnecessary in 4.2, because we already warn there when
MPFR is less than version 2.2.1.  I patched that branch some time ago
because the MPFR check in 4.2 is only ever a warning, it never hard errors
unless you explicitly request fortran and don't have *any* version of
mpfr.

(I'm sure someone will correct me if I'm wrong on either count.)

		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


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