https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92514
--- Comment #3 from Sylvain Korzennik <skorzennik at cfa dot harvard.edu> ---
=> gcc-9.2.0/do-configure.sou <==
module load gcc/8.2.0
./configure --prefix=/share/apps/tools/gcc/9.2.0 \
--enable-shared \
--disable-multilib \
--enable-threads=posix \
--enable-__cxa_atexit \
--disable-bootstrap \
--with-mpc=/share/apps/tools/gcc/mpc-1.0.3 \
--with-gmp=/share/apps/tools/gcc/gmp-6.1.0 \
--with-mpfr=/share/apps/tools/gcc/mpfr-3.1.4 \
|& tee do-configure.log
==> gmp-6.1.0/do-configure.sou <==
module load gcc/8.2.0
./configure --prefix=/share/apps/tools/gcc/gmp-6.1.0 \
|& tee do-configure.log
==> mpc-1.0.3/do-configure.sou <==
module load gcc/8.2.0
./configure --prefix=/share/apps/tools/gcc/mpc-1.0.3 \
--with-gmp=/share/apps/tools/gcc/gmp-6.1.0 \
--with-mpfr=/share/apps/tools/gcc/mpfr-3.1.4 \
|& tee do-configure.log
==> mpfr-3.1.4/do-configure.sou <==
module load gcc/8.2.0
./configure --prefix=/share/apps/tools/gcc/mpfr-3.1.4 \
--with-gmp=/share/apps/tools/gcc/gmp-6.1.0 \
|& tee do-configure.log
I used my build of gcc 8.2.0 - compiling the same test code works w/ 8.2.0.
Cheers,
Sylvain
--
Cheers,
Sylvain
--
On Thu, Nov 14, 2019 at 12:43 PM pinskia at gcc dot gnu.org
<[email protected]> wrote:
>
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92514
>
> Andrew Pinski <pinskia at gcc dot gnu.org> changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Status|UNCONFIRMED |WAITING
> Last reconfirmed| |2019-11-14
> Ever confirmed|0 |1
>
> --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
> Usually this crash is a sign that MPFR/GMP was compiled for the wrong CPU.
>
> How did you compile GCC here? How was MPFR/GMP compiled too?
>
> --
> You are receiving this mail because:
> You reported the bug.