summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-07-11 01:52:47 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2008-07-11 01:52:47 +0000
commit3c911b41ddf060e7b93b604c0e0ba5093a9f2117 (patch)
tree61bd036f7f96d8b60165e43f1a0d8b0168ea9caa /BUGS
parent66b5fe951223a6fea1b417ee70ee40265b330106 (diff)
downloadmpfr-3c911b41ddf060e7b93b604c0e0ba5093a9f2117.tar.gz
BUGS: potential problem with integer division and pre-C99 compilers,
noted by Philippe. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5412 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 a7bc99c7f..5417a82b1 100644
--- a/BUGS
+++ b/BUGS
@@ -65,3 +65,6 @@ Potential bugs:
* Error analysis for some functions may be incorrect (out-of-date due
to modifications in the code?).
+
+* Possible use of non-portable feature (pre-C99) of the integer division
+ with negative result.