public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Joern Rennecke <joern.rennecke@embecosm.com>
To: GCC Patches <gcc-patches@gcc.gnu.org>
Subject: Committed: Tighten regexps in gcc.target/riscv/_Float16-zhinx-1.c .
Date: Tue, 18 Jul 2023 05:05:44 +0100	[thread overview]
Message-ID: <CAMqJFCrSp3DKxH3cz5VrKnN73A3mRp0j8n8zwz2PVfJTsjar=Q@mail.gmail.com> (raw)

[-- 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 } } */

                 reply	other threads:[~2023-07-18  4:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMqJFCrSp3DKxH3cz5VrKnN73A3mRp0j8n8zwz2PVfJTsjar=Q@mail.gmail.com' \
    --to=joern.rennecke@embecosm.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).