https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85483

--- Comment #2 from ktkachov at gcc dot gnu.org ---
Author: ktkachov
Date: Fri Apr 20 16:31:19 2018
New Revision: 259526

URL: https://gcc.gnu.org/viewcvs?rev=259526&root=gcc&view=rev
Log:
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.

Added:
    trunk/gcc/testsuite/g++.dg/other/sve_vcond_1.C
    trunk/gcc/testsuite/g++.dg/other/sve_vcond_1_run.C
Removed:
    trunk/gcc/testsuite/gcc.target/aarch64/sve/vcond_1.c
    trunk/gcc/testsuite/gcc.target/aarch64/sve/vcond_1_run.c
Modified:
    trunk/gcc/testsuite/ChangeLog

Reply via email to