This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/50461] mpfr.h found in mpfr-3.1.0/src instead of mpfr-3.0.1/. as previously
- From: "eyurtese at abo dot fi" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 08 Oct 2012 12:16:48 +0000
- Subject: [Bug bootstrap/50461] mpfr.h found in mpfr-3.1.0/src instead of mpfr-3.0.1/. as previously
- Auto-submitted: auto-generated
- References: <bug-50461-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50461
--- Comment #13 from Evren yurtesen <eyurtese at abo dot fi> 2012-10-08 12:16:48 UTC ---
(In reply to comment #12)
> (In reply to comment #11)
> > I seem to be having this problem in GCC 4.5.4 , 4.6.3 and 4.7.2 :(
>
> Ys, as already stated in the comments above, this is only fixed on the trunk.
Considering that the fix is rather simple, why isnt it applied to 4.7.x and
other supported versions?
> > There is already MPFR 3.1.1 version out, why GCC is not using it by default?
>
> GCC doesn't use any version of MPFR by default, it uses whichever version you
> supply. There is no advantage to GCC from using 3.1.x, so if it's a problem
> then just use an older version.
Perhaps I should have been clearer. The instructions at :
http://gcc.gnu.org/wiki/InstallingGCC
mention using ./contrib/download_prerequisites which downloads old versions
from:
ftp://gcc.gnu.org/pub/gcc/infrastructure/
such as MPFR 2.4.2 etc.
What I meant was, why this "download_prerequisites" script, which is provided
by GCC is not updated to use the latest MPFR etc.?