From 247f726f8a80c9cf7eccd66e42857a93dec493ef Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 9 May 2018 14:17:31 +0000 Subject: [PATCH] * gcc.target/aarch64/sve/vcond_6.c: Add missing brace. From-SVN: r260082 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.target/aarch64/sve/vcond_6.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 85c22554bd4..bbdc8b2aa5f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2018-05-09 Andreas Schwab + + * gcc.target/aarch64/sve/vcond_6.c: Add missing brace. + 2018-05-09 Richard Sandiford * gcc.target/aarch64/store_lane_spill_1.c: New test. diff --git a/gcc/testsuite/gcc.target/aarch64/sve/vcond_6.c b/gcc/testsuite/gcc.target/aarch64/sve/vcond_6.c index a59f08d553a..f41c94c400f 100644 --- a/gcc/testsuite/gcc.target/aarch64/sve/vcond_6.c +++ b/gcc/testsuite/gcc.target/aarch64/sve/vcond_6.c @@ -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 } } */ -- 2.30.2