Bug 77635 - load/store pair testcases need to use -mcpu=generic
Summary: load/store pair testcases need to use -mcpu=generic
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: testsuite (show other bugs)
Version: 7.0
: P3 normal
Target Milestone: 7.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-18 14:39 UTC by Andrew Pinski
Modified: 2023-11-04 23:19 UTC (History)
0 users

See Also:
Host:
Target: aarch64*-*-*
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Pinski 2016-09-18 14:39:06 UTC
When I added load/store pair word unaligned to the backend, I forgot to update the testsuite to use -mcpu=generic so the following testcases fail currently when gcc is configured --with-cpu=thunderx:
-FAIL: gcc.target/aarch64/ldp_stp_1.c scan-assembler-times stp\\tw[0-9]+, w[0-9] 7
-FAIL: gcc.target/aarch64/store-pair-1.c scan-assembler stp\\tw([0-9]+)|(zr), w[0-9]+
Comment 1 hs.naveen2u 2016-11-24 10:50:14 UTC
Fixed.
https://gcc.gnu.org/ml/gcc-cvs/2016-11/msg01102.html
Comment 2 Andrew Pinski 2023-11-04 23:19:33 UTC
.