summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-02-23 13:57:16 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2012-02-23 13:57:16 +0000
commit70320d52d2bab92211a3ace28c8057d22c734e21 (patch)
treeadf0476f6c7ce0b0ea2d5a743b9bfa4d709f4d9d /BUGS
parent76e2960f5248c20dd2591b76901baefd5b57fe34 (diff)
downloadmpfr-70320d52d2bab92211a3ace28c8057d22c734e21.tar.gz
[BUGS] Update concerning huge precisions and integer overflows.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8037 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS5
1 files changed, 2 insertions, 3 deletions
diff --git a/BUGS b/BUGS
index 7ef00475a..34310f7a7 100644
--- a/BUGS
+++ b/BUGS
@@ -48,9 +48,8 @@ Potential bugs:
the MPFR_CAN_ROUND), the result should be correct (or MPFR gets into an
infinite loop). TODO: check the code and the error analysis.
-* Possible integer overflows on some machines.
-
-* Possible bugs with huge precisions (> 2^30).
+* Possible bugs with huge precisions (> 2^30) and a 32-bit ABI, in particular
+ undetected integer overflows. TODO: use the MPFR_ADD_PREC macro.
* Possible bugs if the chosen exponent range does not allow to represent
the range [1/16, 16].