[arm] XFAIL advsimd-intrinsics/vld1x2.c
commitce5f88b55bd9236aa2697820f22003dc8d681bc2
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Jan 2018 14:34:34 +0000 (26 14:34 +0000)
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 26 Jan 2018 14:34:34 +0000 (26 14:34 +0000)
tree89d7af2750aaee802f1b39a1b9b69ef8f3ebde98
parented658d288c6f62f5de216073c7d44fbd25b765d2
[arm] XFAIL advsimd-intrinsics/vld1x2.c

This recently added test fails on arm. We haven't implemented these intrinsics for arm
(any volunteers?) so for now let's XFAIL these on that target.
Also, the float64 versions of these intrinsics are not supposed to be available on arm
so this patch slightly adjusts the test to not include them for aarch32.
In any case the entire test is XFAILed on arm, so this doesn't have any noticeable
effect.

The same number of tests (PASS) still occur on aarch64 but now they appear as XFAIL
rather than FAIL on arm.

    * gcc.target/aarch64/advsimd-intrinsics/vld1x2.c: Make float64
    tests specific to aarch64.  XFAIL test on arm.

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