public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [arm] [testsuite] asm-flag-4.c: match quotes in expected message
@ 2023-02-17  6:15 Alexandre Oliva
  2023-02-17 19:50 ` Mike Stump
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Oliva @ 2023-02-17  6:15 UTC (permalink / raw)
  To: gcc-patches
  Cc: nickc, richard.earnshaw, ramana.gcc, kyrylo.tkachov, ro, mikestump


Quotes were added around the "asm" keyword in the message expected by
the test, so the test needs adjusting.

Regstrapped on x86_64-linux-gnu.
Tested on arm-vxworks7 (gcc-12) and arm-eabi (trunk).
Ok to install?


for  gcc/testsuite/ChangeLog

	* gcc.target/arm/asm-flag-4.c: Match quotes around "asm" in
	message.
---
 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 75378cc89b092..6841b6ea1e272 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" } */
 }


-- 
Alexandre Oliva, happy hacker                https://FSFLA.org/blogs/lxo/
   Free Software Activist                       GNU Toolchain Engineer
Disinformation flourishes because many people care deeply about injustice
but very few check the facts.  Ask me about <https://stallmansupport.org>

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

* Re: [arm] [testsuite] asm-flag-4.c: match quotes in expected message
  2023-02-17  6:15 [arm] [testsuite] asm-flag-4.c: match quotes in expected message Alexandre Oliva
@ 2023-02-17 19:50 ` Mike Stump
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Stump @ 2023-02-17 19:50 UTC (permalink / raw)
  To: Alexandre Oliva
  Cc: gcc-patches, nickc, richard.earnshaw, ramana.gcc, kyrylo.tkachov,
	ro@cebitec.uni-bielefeld.de

On Feb 16, 2023, at 10:15 PM, Alexandre Oliva <oliva@adacore.com> wrote:
> 
> Quotes were added around the "asm" keyword in the message expected by
> the test, so the test needs adjusting.
> 
> Regstrapped on x86_64-linux-gnu.
> Tested on arm-vxworks7 (gcc-12) and arm-eabi (trunk).
> Ok to install?

Ok.


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

end of thread, other threads:[~2023-02-17 19:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-17  6:15 [arm] [testsuite] asm-flag-4.c: match quotes in expected message Alexandre Oliva
2023-02-17 19:50 ` Mike Stump

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