summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-02-16 01:29:24 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-02-16 01:29:24 +0000
commit4924b53def77839fa36601c3e1870e1a5875284e (patch)
treef28535f649c574ace91248cb736f005dd5662e82 /acinclude.m4
parent01c4fe9dffd2a30016dc3e649e90ca43537ea1db (diff)
downloadmpfr-4924b53def77839fa36601c3e1870e1a5875284e.tar.gz
[acinclude.m4] Updated FIXME for MPFR_CHECK_MP_LIMB_T_VS_LONG.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12254 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m46
1 files changed, 4 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 20e8ddefe..a4d01f427 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -808,8 +808,10 @@ dnl because static assertions are not supported, so that MPFR_ASSERTN
dnl is used, but it is not defined by "mpfr-sassert.h". The consequence
dnl is that the program fails, and MPFR_LONG_WITHIN_LIMB is not defined
dnl while it should be. Before fixing this bug, find a way to test with
-dnl MPFR_LONG_WITHIN_LIMB undefined (this is necessary for code coverage
-dnl and possibly to find new bugs, like in r12252).
+dnl MPFR_LONG_WITHIN_LIMB undefined; this is necessary for code coverage
+dnl and possibly to find new bugs, like in r12252:
+dnl ./configure --enable-assert=full \
+dnl 'CFLAGS=-std=c99 -O3 -pedantic-errors -Wno-error=overlength-strings'
AC_DEFUN([MPFR_CHECK_MP_LIMB_T_VS_LONG], [
AC_REQUIRE([MPFR_CONFIGS])
AC_CACHE_CHECK([for long to fit in mp_limb_t], mpfr_cv_long_within_limb, [