* gcc.target/aarch64/sve/vcond_6.c: Add missing brace.

From-SVN: r260082
This commit is contained in:
Andreas Schwab 2018-05-09 14:17:31 +00:00 committed by Andreas Schwab
parent edbd038a5f
commit 247f726f8a
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2018-05-09 Andreas Schwab <schwab@suse.de>
* gcc.target/aarch64/sve/vcond_6.c: Add missing brace.
2018-05-09 Richard Sandiford <richard.sandiford@linaro.org>
* gcc.target/aarch64/store_lane_spill_1.c: New test.

View file

@ -54,5 +54,5 @@ TEST_ALL (LOOP)
and then use NOT, but the original BIC sequence is better. It's a fairly
niche failure though. We'd handle most other types of comparison by
using the inverse operation instead of a separate NOT. */
/* { dg-final { scan-assembler-times {\tbic\tp[0-9]+\.b, p[0-9]+/z, p[0-9]+\.b, p[0-9]+\.b} 3 { xfail *-*-* } } */
/* { dg-final { scan-assembler-times {\tbic\tp[0-9]+\.b, p[0-9]+/z, p[0-9]+\.b, p[0-9]+\.b} 3 { xfail *-*-* } } } */
/* { dg-final { scan-assembler-times {\torn\tp[0-9]+\.b, p[0-9]+/z, p[0-9]+\.b, p[0-9]+\.b} 3 } } */