armv8_2-fp16-neon-1.c (vceqz): Fix regex.
authorTamar Christina <tamar.christina@arm.com>
Tue, 16 May 2017 15:57:28 +0000 (15:57 +0000)
committerTamar Christina <tnfchris@gcc.gnu.org>
Tue, 16 May 2017 15:57:28 +0000 (15:57 +0000)
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

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/armv8_2-fp16-neon-1.c
gcc/testsuite/gcc.target/arm/armv8_2-fp16-neon-2.c

index 6610d56..9c037ed 100644 (file)
@@ -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
index 968efae..4cdee1f 100644 (file)
   }
 
 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)
index 6cd9354..50f6893 100644 (file)
   }
 
 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)