summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-06-21 14:32:14 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-06-21 14:32:14 +0000
commit86b7cc1edc8c74bfa14768f55ea9e8f5ff09d9ab (patch)
tree4e96c47174a24450b0bb8f3b9ff64878e836cc55 /BUGS
parent3de9c62d2b617d6f9f705dff83d5015123c8543c (diff)
downloadmpfr-86b7cc1edc8c74bfa14768f55ea9e8f5ff09d9ab.tar.gz
BUGS: Some functions do not use MPFR_SAVE_EXPO_* macros, thus do not
behave correctly in a reduced exponent range. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4567 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 1f829735d..4b57fed99 100644
--- a/BUGS
+++ b/BUGS
@@ -38,6 +38,9 @@ Known bugs:
or underflows. The overflow case has been fixed except in some corner
cases.
+* Some functions do not use MPFR_SAVE_EXPO_* macros, thus do not behave
+ correctly in a reduced exponent range.
+
Potential bugs:
* Possible integer overflows on some machines.