summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS10
1 files changed, 0 insertions, 10 deletions
diff --git a/BUGS b/BUGS
index e24206d72..39c7a1810 100644
--- a/BUGS
+++ b/BUGS
@@ -29,16 +29,6 @@ Known bugs:
exceeds the hardware limit (2^30 for a 32 bits CPU, and 2^62 for a 64 bits
CPU).
-* Some large input values for mpfr_eint are currently not supported.
- However they should be detected, so that one can have the following
- documented behavior: NaN is returned and the erange flag is
- set to indicate that the input is in an unsupported domain. If MPFR
- has been built with --enable-warnings and the environment variable
- MPFR_QUIET is null, a warning is output to the standard error stream.
- Reference concerning the warnings:
- http://sympa.loria.fr/wwsympa/arc/mpfr/2006-11/msg00010.html
- and follow-ups.
-
Potential bugs:
* Possible integer overflows on some machines.