public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6284] [arm] [testsuite] asm-flag-4.c: match quotes in expected message
@ 2023-02-22 17:39 Alexandre Oliva
  0 siblings, 0 replies; only message in thread
From: Alexandre Oliva @ 2023-02-22 17:39 UTC (permalink / raw)
  To: gcc-cvs

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

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

only message in thread, other threads:[~2023-02-22 17:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-22 17:39 [gcc r13-6284] [arm] [testsuite] asm-flag-4.c: match quotes in expected message Alexandre Oliva

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