summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-06-07 00:18:47 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-06-07 00:18:47 +0000
commit8d28bfa8394b1b96703ba2e29453ea7092ef7922 (patch)
treed8a6dea3febc7352859b1e08863edfa299489408
parent8ea8f53d9622c5929cca06513318efcb8acd68b3 (diff)
downloadmpfr-8d28bfa8394b1b96703ba2e29453ea7092ef7922.tar.gz
[tests/tlgamma.c] Corrected updated comment from r10444.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10445 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tests/tlgamma.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/tlgamma.c b/tests/tlgamma.c
index bebe85848..eca1e4b27 100644
--- a/tests/tlgamma.c
+++ b/tests/tlgamma.c
@@ -387,8 +387,10 @@ mpfr_lgamma1 (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t r)
/* Since r10377, the following test causes a "too much memory" error
when MPFR is built with Debian's tcc 0.9.27~git20151227.933c223-1
- on x86_64. This was due to a bug in __gmpfr_ceil_log2, now fixed
- in r10443. */
+ on x86_64. The problem came from __gmpfr_ceil_log2, now fixed in
+ r10443 (according to the integer promotion rules, this appeared to
+ be a bug in tcc, not in MPFR; however replying on such an obscure
+ rule was not a good idea). */
static void
tcc_bug20160606 (void)
{