https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84554

--- Comment #9 from Krishna <krishnanarayanan132002 at gmail dot com> ---
x86_64 GNU/Linux:
I am doing this for the gcc-11.2.0
../gcc-11.2.0/configure -v --build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=x86_64-linux-gnu --prefix=/usr/local/gcc-11.2.0
--enable-checking=release --enable-languages=c,c++,fortran --disable-multilib
–program-suffix=-11.2 –enable-stage1-languages=c,c++

I did run the make -k check, 

make[4]: Entering directory '/home/krishna/latest/mpfr/tests'
make[5]: Entering directory '/home/krishna/latest/mpfr/tests'
FAIL: tversion
PASS: tinternals
PASS: tinits
PASS: tisqrt
PASS: tsgn
PASS: tcheck
PASS: tisnan
PASS: texceptions
PASS: tset_exp
.
.
.
PASS: tvalist
PASS: ty0
PASS: ty1
PASS: tyn
PASS: tzeta
PASS: tzeta_ui
============================================================================
Testsuite summary for MPFR 3.1.6
============================================================================
# TOTAL: 160
# PASS:  158
# SKIP:  1
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
============================================================================
See tests/test-suite.log
============================================================================
ERROR! The versions of gmp.h (6.1) and libgmp (6.2.0) do not match.

Reply via email to