summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-09 23:48:30 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2002-04-09 23:48:30 +0000
commit3475e7911814fe8eb6ad9d489dc5fb09223f7a1a (patch)
tree235f0c0a86259acc02fa34db17d9cb43fe34f70b /INSTALL
parent306fb6061b7103f2cde6061ac282244d325b7776 (diff)
downloadmpfr-3475e7911814fe8eb6ad9d489dc5fb09223f7a1a.tar.gz
Possible tconst_log2 crash under Solaris.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1841 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index f484a8966..878f2e5ab 100644
--- a/INSTALL
+++ b/INSTALL
@@ -81,6 +81,14 @@ OSF and gcc 2.8.1, we had problems with the square root functions:
Wrong result for 2^(-1024), got inf instead of 0.00000000000000000000e+00
### tget_d failed ###
+* Under Solaris, tconst_log2 may crash:
+
+ Testing tconst_log2
+ Bus Error - core dumped
+ ### tconst_log2 failed ###
+
+The problem hasn't been identified yet.
+
In case of problem.
===================