public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Committed: Tighten regexps in gcc.target/riscv/_Float16-zhinx-1.c .
@ 2023-07-18  4:05 Joern Rennecke
  0 siblings, 0 replies; only message in thread
From: Joern Rennecke @ 2023-07-18  4:05 UTC (permalink / raw)
  To: GCC Patches

[-- Attachment #1: Type: text/plain, Size: 22 bytes --]

Committed as obvious.

[-- Attachment #2: flt-tst-diff.txt --]
[-- Type: text/plain, Size: 1026 bytes --]

commit 6bab2772dbc42ce7a1b29b03ae84e6e434e23c4e
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.

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-18  4:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-18  4:05 Committed: Tighten regexps in gcc.target/riscv/_Float16-zhinx-1.c Joern Rennecke

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