aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>2006-12-02 16:52:15 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>2006-12-02 16:52:15 +0000
commitb5147de7c1bfac14531cb1babce807bbfd4a8848 (patch)
tree7c54384fecf8e24ff39edc2acb29a9a016dea6e9 /gcc
parentf1f66b423f6033acb84815a34b66b231d6cf9816 (diff)
downloadgcc-b5147de7c1bfac14531cb1babce807bbfd4a8848.zip
gcc-b5147de7c1bfac14531cb1babce807bbfd4a8848.tar.gz
gcc-b5147de7c1bfac14531cb1babce807bbfd4a8848.tar.bz2
configure.in: Update MPFR version in error message.
* configure.in: Update MPFR version in error message. * configure: Regenerate. gcc: * doc/install.texi: Update recommended MPFR version. Remove obsolete reference to cumulative patch. gcc/testsuite: * gcc.dg/torture/builtin-sin-mpfr-1.c: Update MPFR comment. From-SVN: r119447
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/install.texi14
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/gcc.dg/torture/builtin-sin-mpfr-1.c3
4 files changed, 16 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index e1ae8cb..6601a1d 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * doc/install.texi: Update recommended MPFR version. Remove
+ obsolete reference to cumulative patch.
+
2006-12-02 Lee Millward <lee.millward@codesourcery.com>
PR c/27953
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 0fee98a..ab2a9f2 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -297,16 +297,14 @@ 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 (or later)
+@item MPFR Library version 2.2.1 (or later)
Necessary to build GCC. It can be downloaded from
-@uref{http://www.mpfr.org/}. If you're using version 2.2.0, You
-should also apply revision 16 (or later) of the cumulative patch from
-@uref{http://www.mpfr.org/mpfr-current/}. The version of MPFR that is
-bundled with GMP 4.1.x contains numerous bugs. Although GCC will
-appear to function with the buggy versions of MPFR, there are a few
-bugs that will not be fixed when using this version. It is strongly
-recommended to upgrade to the recommended version of MPFR.
+@uref{http://www.mpfr.org/}. The version of MPFR that is bundled with
+GMP 4.1.x contains numerous bugs. Although GCC may appear to function
+with the buggy versions of MPFR, there are a few bugs that will not be
+fixed when using this version. It is strongly recommended to upgrade
+to the recommended version of MPFR.
The @option{--with-mpfr} configure option should be used if your MPFR
Library is not installed in your default library search path. See
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 6159e46..381647a 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+
+ * gcc.dg/torture/builtin-sin-mpfr-1.c: Update MPFR comment.
+
2006-12-02 Lee Millward <lee.millward@codesourcery.com>
PR c/27953
diff --git a/gcc/testsuite/gcc.dg/torture/builtin-sin-mpfr-1.c b/gcc/testsuite/gcc.dg/torture/builtin-sin-mpfr-1.c
index 86396f5..3597287 100644
--- a/gcc/testsuite/gcc.dg/torture/builtin-sin-mpfr-1.c
+++ b/gcc/testsuite/gcc.dg/torture/builtin-sin-mpfr-1.c
@@ -1,7 +1,6 @@
/* Version 2.2.0 of MPFR had bugs in sin rounding. This test checks
to see if that buggy version was installed. The problem is fixed
- in the MPFR cumulative patch http://www.mpfr.org/mpfr-current and
- presumably later MPFR versions.
+ in version 2.2.1 and presumably later MPFR versions.
Origin: Kaveh R. Ghazi 10/23/2006. */