https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64873
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Supposedly this is another case of the default options not being passed in. ppc64le defaults to -mcpu=power8, but the hw Fedora tests this on is still power7+, so we use --with-cpu-64=power7 --with-tune-64=power8, but supposedly that -mcpu=power7 is passed only from the driver.