public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/c++-modules] testsuite: Fix misquoted string in bfcvt-nosimd.c
@ 2020-03-19 12:42 Nathan Sidwell
  0 siblings, 0 replies; only message in thread
From: Nathan Sidwell @ 2020-03-19 12:42 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:db3fa3476e9e922ca3e283df03ebd14be7220b6e

commit db3fa3476e9e922ca3e283df03ebd14be7220b6e
Author: Vasee Vinayagamoorthy <vaseeharan.vinayagamoorthy@arm.com>
Date:   Fri Mar 13 19:43:34 2020 +0000

    testsuite: Fix misquoted string in bfcvt-nosimd.c
    
    2020-03-13  Vasee Vinayagamoorthy  <vaseeharan.vinayagamoorthy@arm.com>
    
    gcc/testsuite/
            * gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c: Fix DejaGnu
            typo.

Diff:
---
 gcc/testsuite/ChangeLog                                            | 5 +++++
 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index e3d1fc3b50f..296ea8f0011 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2020-03-13  Vasee Vinayagamoorthy  <vaseeharan.vinayagamoorthy@arm.com>
+
+	* gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c: Fix DejaGnu
+	typo.
+
 2020-03-13  Martin Sebor  <msebor@redhat.com>
 
 	PR c/94040
diff --git a/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c b/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c
index c2631a541ea..05c305840b6 100644
--- a/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c
+++ b/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/bfcvt-nosimd.c
@@ -1,7 +1,7 @@
 /* { dg-do assemble { target { aarch64*-*-* } } } */
 /* { dg-require-effective-target aarch64_asm_bf16_ok } */
 /* { dg-additional-options "-save-temps -march=armv8.2-a+bf16+nosimd" } */
-/* { dg-final { check-function-bodies "**" "" "-O[^0]" } } */
+/* { dg-final { check-function-bodies "**" "" {-O[^0]} } } */
 
 #include <arm_neon.h>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-19 12:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-19 12:42 [gcc/devel/c++-modules] testsuite: Fix misquoted string in bfcvt-nosimd.c Nathan Sidwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).