* gcc.target/aarch64/sve/vcond_6.c: Add missing brace.
authorAndreas Schwab <schwab@suse.de>
Wed, 9 May 2018 14:17:31 +0000 (14:17 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Wed, 9 May 2018 14:17:31 +0000 (14:17 +0000)
From-SVN: r260082

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/sve/vcond_6.c

index 85c22554bd48ac2c868e150b9a5b09ed3ab552f1..bbdc8b2aa5f0e2a6de9074cf35861c05597f349a 100644 (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.
index a59f08d553a5d191d941717b5005b48e0f138907..f41c94c400f6720df72820c8a3bfcce3438c9bd3 100644 (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 } } */