https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84326
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[8 Regression] bootstrap |[8 Regression] build fails
|fails on |on powerpc64-linux-gnu when
|powerpc64-linux-gnu when |configured wth
|configured wth |--with-cpu-32=power7
|--with-cpu-32=power7 |--with-cpu-64=power7
|--with-cpu-64=power7 |
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Just tried
../configure --enable-languages=c,c++,fortran
--enable-targets=powerpc64-linux,powerpc-linux --with-cpu-32=power7
--with-cpu-64=power7 --with-long-double-128 --enable-checking=release
--target=powerpc64-linux
on x86_64-linux and can't reproduce this.