https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92398
seurer at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wschmidt at gcc dot gnu.org --- Comment #1 from seurer at gcc dot gnu.org --- r277904 looks like it fixes this problem but introduces (or allows it to get to) others: FAIL: gcc.target/powerpc/pr72804.c scan-assembler-times not 4 FAIL: gcc.target/powerpc/pr72804.c scan-assembler-not lxvd2x FAIL: gcc.target/powerpc/pr72804.c scan-assembler-not stxvd2x These assembler instruction count tests are touchy and it looks like the above only happens on power 7 (BE). > FAIL: gcc.target/powerpc/pr72804.c scan-assembler-times not 4 > FAIL: gcc.target/powerpc/pr72804.c scan-assembler-times std 2 And these only happen on power 9 (LE).