[AArch64] XFAIL gcc.target/aarch64/store_v2vec_lanes.c for ILP32
commit97f3c0ee01057797b10e1d1007cdfbbe6bb460e6
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Mar 2018 16:52:10 +0000 (27 16:52 +0000)
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Mar 2018 16:52:10 +0000 (27 16:52 +0000)
tree230059f436e65ec78f303190341f349df648be6e
parent1fb6eb03a21cacbb0b8f7727382722a469d142b4
[AArch64] XFAIL gcc.target/aarch64/store_v2vec_lanes.c for ILP32

The test in question fails for ilp32. The initial analysis I did in the PR for it
is that for ILP32 we generate somewhat different address forms that we'd need to adjust aarch64_classify_address to catch.
Given the optimisation this test checks for was added for GCC 8 it is not a regression, and improving the codegen on ILP32
would be an enhancement rather than a fix. So Richi has asked for it to be marked as XFAIL on ILP32, which is what this
patch does.
Checked that the test still passes on LP64 and appears as XFAIL on -mabi=ilp32.

PR target/83009
* gcc.target/aarch64/store_v2vec_lanes.c: XFAIL for ilp32.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@258894 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/store_v2vec_lanes.c