[Bug testsuite/92398] [10 regression] error in update of gcc.target/powerpc/pr72804.c in r277872

seurer at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Nov 7 16:33:00 GMT 2019


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).


More information about the Gcc-bugs mailing list