summaryrefslogtreecommitdiff
path: root/Build/source/libs/mpfr/mpfr-src/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/mpfr/mpfr-src/BUGS')
-rw-r--r--Build/source/libs/mpfr/mpfr-src/BUGS5
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/libs/mpfr/mpfr-src/BUGS b/Build/source/libs/mpfr/mpfr-src/BUGS
index 11f4073ebd4..1fbc057c9a1 100644
--- a/Build/source/libs/mpfr/mpfr-src/BUGS
+++ b/Build/source/libs/mpfr/mpfr-src/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].