summaryrefslogtreecommitdiff
path: root/tests/tfmma.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-04-06 12:53:23 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-04-06 12:53:23 +0000
commitc12dd92bee620a8e1812bb6c760fb40c8f65290b (patch)
tree9bc39accae91adad4cfbc88c5c6036b86e65b214 /tests/tfmma.c
parent73b48522ed075a2789936b1bbe1ca93ad2363dc7 (diff)
downloadmpfr-c12dd92bee620a8e1812bb6c760fb40c8f65290b.tar.gz
[tests/tfmma.c] Updated comment about bug20170405 (fixed in r11414).
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11415 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tfmma.c')
-rw-r--r--tests/tfmma.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/tfmma.c b/tests/tfmma.c
index c616927b0..2f9d3f4bf 100644
--- a/tests/tfmma.c
+++ b/tests/tfmma.c
@@ -416,7 +416,9 @@ half_plus_half (void)
}
/* check that result has exponent <= emax
- (see https://sympa.inria.fr/sympa/arc/mpfr/2017-04/msg00016.html) */
+ (see https://sympa.inria.fr/sympa/arc/mpfr/2017-04/msg00016.html)
+ Overflow detection in sub1.c was incorrect (only for UBF cases);
+ fixed in r11414. */
static void
bug20170405 (void)
{