summaryrefslogtreecommitdiff
path: root/mpfr/BUGS
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2003-06-08 02:41:15 +0200
committerKevin Ryde <user42@zip.com.au>2003-06-08 02:41:15 +0200
commit35c5c17d94508694af6ce8c21b0622fb217a7cde (patch)
tree01f93b99534ce3eef67e0130e105337dcc2f1570 /mpfr/BUGS
parentb06766d9483aaa0910a41288c6a9cdd8e9c984b5 (diff)
downloadgmp-35c5c17d94508694af6ce8c21b0622fb217a7cde.tar.gz
* mpfr/*: Update to mpfr cvs 2003-06-08.
Diffstat (limited to 'mpfr/BUGS')
-rw-r--r--mpfr/BUGS8
1 files changed, 8 insertions, 0 deletions
diff --git a/mpfr/BUGS b/mpfr/BUGS
index f41cd8f94..b38248104 100644
--- a/mpfr/BUGS
+++ b/mpfr/BUGS
@@ -59,3 +59,11 @@ Potential bugs:
* mpfr_hypot may fail for x very large, y very small and a very large
target precision.
+
+* Possible bugs related to the exponents. Compile with -DMPFR_EXP_CHECK
+ and make check to see the potential problems (but in this case, don't
+ be surprised if nothing is working!). This doesn't mean that the
+ results may be incorrect though (a further analysis should be done
+ and the code should be updated to avoid the failed assertions). As a
+ consequence, MPFR_EXP_CHECK is not currently defined by default even
+ when WANT_ASSERT is defined.