PR testsuite/85483: Move aarch64/sve/vcond_1.c test to g++.dg/other/
commitf2a2996ee2960cd5efb5c424df3df7a587ef3988
authorktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Apr 2018 16:31:19 +0000 (20 16:31 +0000)
committerktkachov <ktkachov@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 20 Apr 2018 16:31:19 +0000 (20 16:31 +0000)
treef36068fe4ccb38398bc4099a1674c7d8b819433c
parentae8278323b6dd1cc8b2bd0a551a706cd4219b29d
PR testsuite/85483: Move aarch64/sve/vcond_1.c test to g++.dg/other/

I totally botched up this sve test file in 259437.
It needs C++, so move it to g++.dg/other and make it a .C file.
Also adds the target guards to prevent it from running on non-aarch64 targets.

Tested that it passes on aarch64-none-elf and doesn't get run on arm-none-eabi.

Committing to trunk as obvious.

PR testsuite/85483
* gcc.target/aarch64/sve/vcond_1.c: Move to...
* g++.dg/other/sve_vcond_1.C: ... Here.  Add target directives.
* gcc.target/aarch64/sve/vcond_1_run.c: Move to...
* g++.dg/other/sve_vcond_1_run.C: ... Here.  Change include file name.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@259526 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/other/sve_vcond_1.C [moved from gcc/testsuite/gcc.target/aarch64/sve/vcond_1.c with 98% similarity]
gcc/testsuite/g++.dg/other/sve_vcond_1_run.C [moved from gcc/testsuite/gcc.target/aarch64/sve/vcond_1_run.c with 97% similarity]