Kyrill  Tkachov <kyrylo.tkac...@foss.arm.com> writes:
> Hi all,
>
> 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.
>
> Sorry for the snafu,
>
> Kyrill
>
> 2018-04-20  Kyrylo Tkachov  <kyrylo.tkac...@arm.com>
>
>      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.

FWIW, I think it would have been better to move them to
g++.target/aarch64/sve (which already exists).  That way we avoid
forcing an -march= option when the default already includes SVE.

Thanks,
Richard


Reply via email to