From 678d7e191dc8a2c5474049dd77ebe63e76eaf1bf Mon Sep 17 00:00:00 2001 From: Tamar Christina Date: Tue, 16 May 2017 15:57:28 +0000 Subject: [PATCH] armv8_2-fp16-neon-1.c (vceqz): Fix regex. 2017-05-16 Tamar Christina * gcc.target/arm/armv8_2-fp16-neon-1.c (vceqz): Fix regex. * gcc.target/arm/armv8_2-fp16-neon-2.c (vceqz): Fix regex. From-SVN: r248117 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.target/arm/armv8_2-fp16-neon-1.c | 2 +- gcc/testsuite/gcc.target/arm/armv8_2-fp16-neon-2.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6610d561b2d..9c037edc97e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-05-16 Tamar Christina + + * gcc.target/arm/armv8_2-fp16-neon-1.c (vceqz): Fix regex. + * gcc.target/arm/armv8_2-fp16-neon-2.c (vceqz): Fix regex. + 2016-05-16 Matthew Wahab * gcc.target/arm/armv8_2-fp16-arith-1.c: Expand comment. Update diff --git a/gcc/testsuite/gcc.target/arm/armv8_2-fp16-neon-1.c b/gcc/testsuite/gcc.target/arm/armv8_2-fp16-neon-1.c index 968efae9ebb..4cdee1f4ca7 100644 --- a/gcc/testsuite/gcc.target/arm/armv8_2-fp16-neon-1.c +++ b/gcc/testsuite/gcc.target/arm/armv8_2-fp16-neon-1.c @@ -137,7 +137,7 @@ } VCMP1_TEST (vceqz) -/* { dg-final { scan-assembler-times {vceq\.f16\td[0-9]+, d[0-0]+, #0} 1 } } */ +/* { dg-final { scan-assembler-times {vceq\.f16\td[0-9]+, d[0-9]+, #0} 1 } } */ /* { dg-final { scan-assembler-times {vceq\.f16\tq[0-9]+, q[0-9]+, #0} 1 } } */ VCMP1_TEST (vcgtz) diff --git a/gcc/testsuite/gcc.target/arm/armv8_2-fp16-neon-2.c b/gcc/testsuite/gcc.target/arm/armv8_2-fp16-neon-2.c index 6cd93545b46..50f689352ca 100644 --- a/gcc/testsuite/gcc.target/arm/armv8_2-fp16-neon-2.c +++ b/gcc/testsuite/gcc.target/arm/armv8_2-fp16-neon-2.c @@ -138,7 +138,7 @@ } VCMP1_TEST (vceqz) -/* { dg-final { scan-assembler-times {vceq\.f16\td[0-9]+, d[0-0]+, #0} 1 } } */ +/* { dg-final { scan-assembler-times {vceq\.f16\td[0-9]+, d[0-9]+, #0} 1 } } */ /* { dg-final { scan-assembler-times {vceq\.f16\tq[0-9]+, q[0-9]+, #0} 1 } } */ VCMP1_TEST (vcgtz) -- 2.30.2