summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-09-18 14:37:59 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2007-09-18 14:37:59 +0000
commitbc75b115ab00a505277eecdb689ee8d7245c01e3 (patch)
treed6a813b76aaaec5be9b1f7fa8eb4173e2459ee2f /BUGS
parent35111e28914e8b0d11d9058145660ae2da4f1f4e (diff)
downloadmpfr-bc75b115ab00a505277eecdb689ee8d7245c01e3.tar.gz
BUGS: added __gmpfr_isqrt bug.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4855 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 621b842d6..5e8afdcfd 100644
--- a/BUGS
+++ b/BUGS
@@ -37,6 +37,9 @@ Known bugs:
* Some functions do not use MPFR_SAVE_EXPO_* macros, thus do not behave
correctly in a reduced exponent range.
+* The __gmpfr_isqrt internal function returns an incorrect result on
+ some values due to "overflow", e.g. 16777216 with 32-bit long's.
+
Potential bugs:
* Possible integer overflows on some machines.