public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/aoliva/heads/testme)] [arm] [testsuite] asm-flag-4.c: match quotes in expected message
@ 2023-02-22 14:49 Alexandre Oliva
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Oliva @ 2023-02-22 14:49 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8739f4ea1615a88d276d981b586e391fcd27a2a6

commit 8739f4ea1615a88d276d981b586e391fcd27a2a6
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Feb 16 06:35:39 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] 4+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] [arm] [testsuite] asm-flag-4.c: match quotes in expected message
@ 2023-02-23 13:48 Alexandre Oliva
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Oliva @ 2023-02-23 13:48 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:24676ee6632b7d11fc84db7dfcd5d55db62e82fa

commit 24676ee6632b7d11fc84db7dfcd5d55db62e82fa
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Feb 23 10:30:26 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:

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] [arm] [testsuite] asm-flag-4.c: match quotes in expected message
@ 2023-02-22 17:23 Alexandre Oliva
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Oliva @ 2023-02-22 17:23 UTC (permalink / raw)
  To: gcc-cvs

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

commit eeac4d3941788b5e60eb579e77070ae3ea711b79
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Feb 16 06:35:39 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] 4+ messages in thread

* [gcc(refs/users/aoliva/heads/testme)] [arm] [testsuite] asm-flag-4.c: match quotes in expected message
@ 2023-02-16 11:12 Alexandre Oliva
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Oliva @ 2023-02-16 11:12 UTC (permalink / raw)
  To: gcc-cvs

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

commit a557b77dff3d274e1b99b2c51d43bb042602c5fa
Author: Alexandre Oliva <oliva@adacore.com>
Date:   Thu Feb 16 06:35:39 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] 4+ messages in thread

end of thread, other threads:[~2023-02-23 13:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-22 14:49 [gcc(refs/users/aoliva/heads/testme)] [arm] [testsuite] asm-flag-4.c: match quotes in expected message Alexandre Oliva
  -- strict thread matches above, loose matches on Subject: below --
2023-02-23 13:48 Alexandre Oliva
2023-02-22 17:23 Alexandre Oliva
2023-02-16 11:12 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).