public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] Tighten regexps in gcc.target/riscv/_Float16-zhinx-1.c .
@ 2023-07-25 18:33 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2023-07-25 18:33 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:10369bc88dfa99966ff934a0177a289632d7e016

commit 10369bc88dfa99966ff934a0177a289632d7e016
Author: Joern Rennecke <joern.rennecke@embecosm.com>
Date:   Tue Jul 18 04:28:55 2023 +0100

    Tighten regexps in gcc.target/riscv/_Float16-zhinx-1.c .
    
    The original "mv" regexp would match
    .ascii  "\254\254\375\002e2N6\013\231,\354NDmvVP0]\304\312F!biZ\025\211"
    in the .gnu.lto_foo1.0.32528183c9deec41 section.
    
    gcc/testsuite/
            * gcc.target/riscv/_Float16-zhinx-1.c: Tighten regexps.
    
    (cherry picked from commit 6bab2772dbc42ce7a1b29b03ae84e6e434e23c4e)

Diff:
---
 gcc/testsuite/gcc.target/riscv/_Float16-zhinx-1.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.target/riscv/_Float16-zhinx-1.c b/gcc/testsuite/gcc.target/riscv/_Float16-zhinx-1.c
index 90172b57e05..67826171bfb 100644
--- a/gcc/testsuite/gcc.target/riscv/_Float16-zhinx-1.c
+++ b/gcc/testsuite/gcc.target/riscv/_Float16-zhinx-1.c
@@ -6,5 +6,5 @@ _Float16 foo1 (_Float16 a, _Float16 b)
     return b;
 }
 
-/* { dg-final { scan-assembler-not "fmv.h" } } */
-/* { dg-final { scan-assembler-times "mv" 1 } } */
+/* { dg-final { scan-assembler-not {\mfmv\.h\M} } } */
+/* { dg-final { scan-assembler-times {\mmv\M} 1 } } */

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

only message in thread, other threads:[~2023-07-25 18:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-25 18:33 [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] Tighten regexps in gcc.target/riscv/_Float16-zhinx-1.c Jeff Law

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).