About gcc-13.1.0-RC2-20230419:
I compiled gcc-13.1.0-RC2-20230419 and all went well. Running make -k
check produced:
=====================================
mpc 1.2.1: tests/test-suite.log
=====================================
# TOTAL: 69
# PASS: 68
# SKIP: 0
# XFAIL: 0
# FAIL: 1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: tmul
==========
Error, mpc_mul returns an out-of-range exponent:
0.10010110101000101010000000001001011011000011101100000E-1085!!!<!!!
Bug most probably in MPFR, please upgrade to MPFR 4.1.0 or later
FAIL tmul (exit status: 1)
But:
$ more config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by MPFR configure 4.1.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ /home/sidney/gcc/gcc-13.1.0-RC2-20230419/mpfr/configure
--srcdir=../../gcc-1
3.1.0-RC2-20230419/mpfr --cache-file=./config.cache
--prefix=/usr/local/gcc-13.1
.0-RC2-20230419 --enable-languages=c,c++,fortran,lto,objc
--program-transform-na
me=s,y,y, --disable-option-checking --build=x86_64-pc-linux-gnu
--host=x86_64-pc
-linux-gnu --target=x86_64-pc-linux-gnu --with-build-libsubdir=.
--disable-share
d --with-gmp-include=/home/sidney/gcc/obj-13.1.0-RC2-20230419/./gmp
--with-gmp-l
ib=/home/sidney/gcc/obj-13.1.0-RC2-20230419/./gmp/.libs
--Sidney Marshall