public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Alexandre Oliva <aoliva@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-6284] [arm] [testsuite] asm-flag-4.c: match quotes in expected message
Date: Wed, 22 Feb 2023 17:39:47 +0000 (GMT)	[thread overview]
Message-ID: <20230222173947.EC6C53858428@sourceware.org> (raw)

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

commit r13-6284-gac113b5aa9cf789e4e06ddab87f30a4245782669
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Wed Feb 22 14:35:22 2023 -0300

    [arm] [testsuite] asm-flag-4.c: match quotes in expected message
    
    Quotes were added around the "asm" keyword in the message expected by
    the test, so the test needs adjusting.
    
    
    for  gcc/testsuite/ChangeLog
    
            * gcc.target/arm/asm-flag-4.c: Match quotes around "asm" in
            message.

Diff:
---
 gcc/testsuite/gcc.target/arm/asm-flag-4.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/arm/asm-flag-4.c b/gcc/testsuite/gcc.target/arm/asm-flag-4.c
index 75378cc89b0..6841b6ea1e2 100644
--- a/gcc/testsuite/gcc.target/arm/asm-flag-4.c
+++ b/gcc/testsuite/gcc.target/arm/asm-flag-4.c
@@ -11,5 +11,5 @@ void __attribute__((target("arm"))) f(char *out)
 
 void __attribute__((target("thumb"))) g(char *out)
 {
-  asm("" : "=@ccne"(out[0]));  /* { dg-message "asm flags not supported" } */
+  asm("" : "=@ccne"(out[0]));  /* { dg-message ".asm. flags not supported" } */
 }

                 reply	other threads:[~2023-02-22 17:39 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=20230222173947.EC6C53858428@sourceware.org \
    --to=aoliva@gcc.gnu.org \
    --cc=gcc-cvs@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).