summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/builtin-sin-mpfr-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/torture/builtin-sin-mpfr-1.c')
-rw-r--r--gcc/testsuite/gcc.dg/torture/builtin-sin-mpfr-1.c3
1 files changed, 1 insertions, 2 deletions
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 86396f5c46a..35972870894 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. */