summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-01-27 03:21:15 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-01-27 03:21:15 +0000
commit589aa06083488f19df807e60c0ec01c115009035 (patch)
treea81fdb4d97c1148b704ddf5dccbe5456043d5c64
parent74fc1fccb1af05eac1c632ac0722679ec418f935 (diff)
downloadmpfr-589aa06083488f19df807e60c0ec01c115009035.tar.gz
[tests/tdiv.c] mpfr_div bug bug20180126 was introduced by r9086.
(merged changeset r12134 from the trunk) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@12135 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tests/tdiv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tdiv.c b/tests/tdiv.c
index da12dfda9..092970131 100644
--- a/tests/tdiv.c
+++ b/tests/tdiv.c
@@ -1526,7 +1526,7 @@ bug20171218 (void)
of the denominator (without changing its value, so that both results
should be equal). For all of these tests, a failure may occur in r12126
only with pb=GMP_NUMB_BITS and MPFR_RNDN (and some particular values of
- pa and pc).
+ pa and pc). This bug was introduced by r9086.
*/
static void
bug20180126 (void)