summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-06-06 23:45:31 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-06-06 23:45:31 +0000
commit8ea8f53d9622c5929cca06513318efcb8acd68b3 (patch)
tree13d4d5f77b8b16c78be3d506ceabaea9c42a21d3
parent11851de31420e372e9885ffa663d5557599c3a48 (diff)
downloadmpfr-8ea8f53d9622c5929cca06513318efcb8acd68b3.tar.gz
[tests/tlgamma.c] Updated comment of the test added in r10442.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10444 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--tests/tlgamma.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tlgamma.c b/tests/tlgamma.c
index a97daee20..bebe85848 100644
--- a/tests/tlgamma.c
+++ b/tests/tlgamma.c
@@ -387,7 +387,8 @@ 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. */
+ on x86_64. This was due to a bug in __gmpfr_ceil_log2, now fixed
+ in r10443. */
static void
tcc_bug20160606 (void)
{