aarch64: Tighten condition on sve/sel* tests

Noticed while testing on a different machine that the sve/sel_*.c
tests require .variant_pcs support but don't test for it.
.variant_pcs post-dates SVE so there shouldn't be a need to test
for both.

gcc/testsuite/
	* gcc.target/aarch64/sve/sel_1.c: Require aarch64_variant_pcs.
	* gcc.target/aarch64/sve/sel_2.c: Likewise.
	* gcc.target/aarch64/sve/sel_3.c: Likewise.
This commit is contained in:
Richard Sandiford 2021-01-13 11:49:45 +00:00
parent 6d75168146
commit 5ab67cdee6
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* { dg-do assemble { target aarch64_asm_sve_ok } } */
/* { dg-do assemble { target aarch64_variant_pcs } } */
/* { dg-options "-O2 -msve-vector-bits=256 --save-temps" } */
/* { dg-final { check-function-bodies "**" "" } } */

View File

@ -1,4 +1,4 @@
/* { dg-do assemble { target aarch64_asm_sve_ok } } */
/* { dg-do assemble { target aarch64_variant_pcs } } */
/* { dg-options "-O2 -msve-vector-bits=256 --save-temps" } */
/* { dg-final { check-function-bodies "**" "" } } */

View File

@ -1,4 +1,4 @@
/* { dg-do assemble { target aarch64_asm_sve_ok } } */
/* { dg-do assemble { target aarch64_variant_pcs } } */
/* { dg-options "-O2 -msve-vector-bits=256 --save-temps" } */
/* { dg-final { check-function-bodies "**" "" } } */