From 94e1934d430cb603462706f268a478cb82e96e2a Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Mon, 17 Dec 2007 21:28:51 +0000 Subject: configure.ac: Change required MPFR from 2.2.0 -> 2.2.1. * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1. Change recommended MPFR from 2.2.1 > 2.3.0. * configure: Regenerate. gcc: * doc/install.texi: Change recommended MPFR from 2.2.1 > 2.3.0. testsuite: * gcc.dg/torture/builtin-math-4.c: Remove XFAIL. From-SVN: r131018 --- gcc/ChangeLog | 4 ++++ gcc/doc/install.texi | 2 +- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/torture/builtin-math-4.c | 2 -- 4 files changed, 9 insertions(+), 3 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 680a14b..c71729d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-12-17 Kaveh R. Ghazi + + * doc/install.texi: Change recommended MPFR from 2.2.1 > 2.3.0. + 2007-12-17 Andreas Schwab * doc/invoke.texi (Warning Options): Use @itemx. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 136a617..8f33b16 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -302,7 +302,7 @@ library search path, you will have to configure with the @option{--with-gmp} configure option. See also @option{--with-gmp-lib} and @option{--with-gmp-include}. -@item MPFR Library version 2.2.1 (or later) +@item MPFR Library version 2.3.0 (or later) Necessary to build GCC. It can be downloaded from @uref{http://www.mpfr.org/}. The version of MPFR that is bundled with diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9ede5c1..1650e37 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2007-12-17 Kaveh R. Ghazi + + * gcc.dg/torture/builtin-math-4.c: Remove XFAIL. + 2007-12-17 Dorit Nuzman * gcc.dg/tree-ssa/gen-vect-2.c: Change verbosity level to 4. diff --git a/gcc/testsuite/gcc.dg/torture/builtin-math-4.c b/gcc/testsuite/gcc.dg/torture/builtin-math-4.c index 5db1cca..d47e139 100644 --- a/gcc/testsuite/gcc.dg/torture/builtin-math-4.c +++ b/gcc/testsuite/gcc.dg/torture/builtin-math-4.c @@ -7,8 +7,6 @@ Origin: Kaveh R. Ghazi, April 23, 2007. */ /* { dg-do link } */ -/* Expect failures at least until mpfr-2.3.0 is released. */ -/* { dg-xfail-if "This test requires mpfr-2.3.0" { *-*-* } { "*" } { "" } } */ /* All references to link_error should go away at compile-time. */ extern void link_error(int); -- cgit v1.1