diff options
author | Tamar Christina <tamar.christina@arm.com> | 2017-05-16 15:57:28 +0000 |
---|---|---|
committer | Tamar Christina <tnfchris@gcc.gnu.org> | 2017-05-16 15:57:28 +0000 |
commit | 678d7e191dc8a2c5474049dd77ebe63e76eaf1bf (patch) | |
tree | 0922a07bf82ec3fa3ad5a93b4eed237d50644c1a /gcc | |
parent | 05cf39adb1a85e960e54096d382c89a268ba4a4d (diff) | |
download | gcc-678d7e191dc8a2c5474049dd77ebe63e76eaf1bf.zip gcc-678d7e191dc8a2c5474049dd77ebe63e76eaf1bf.tar.gz gcc-678d7e191dc8a2c5474049dd77ebe63e76eaf1bf.tar.bz2 |
armv8_2-fp16-neon-1.c (vceqz): Fix regex.
2017-05-16 Tamar Christina <tamar.christina@arm.com>
* 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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/arm/armv8_2-fp16-neon-1.c | 2 | ||||
-rw-r--r-- | 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 6610d56..9c037ed 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-05-16 Tamar Christina <tamar.christina@arm.com> + + * 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 <matthew.wahab@arm.com> * 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 968efae..4cdee1f 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 6cd9354..50f6893 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) |