public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [COMMITTED] [testsuite][arm] Add missing quotes to expected warning messages.
@ 2019-08-21 11:25 Christophe Lyon
  0 siblings, 0 replies; only message in thread
From: Christophe Lyon @ 2019-08-21 11:25 UTC (permalink / raw)
  To: gcc Patches

Hi,

The arm/cmse/cmse-9.c test was missing quotes in the expected warning messages.
Fix as obvious with r274793.

Christophe

2019-08-21  Christophe Lyon  <christophe.lyon@linaro.org>

       * gcc.target/arm/cmse/cmse-9.c: Add quotes to expected
       warning messages.

Index: gcc/testsuite/gcc.target/arm/cmse/cmse-9.c
===================================================================
--- gcc/testsuite/gcc.target/arm/cmse/cmse-9.c  (revision 274792)
+++ gcc/testsuite/gcc.target/arm/cmse/cmse-9.c  (revision 274793)
@@ -2,12 +2,12 @@
 /* { dg-skip-if "Testing exclusion of -mcmse" { arm-*-* } { "-mcmse"
} { "" } }  */


-void __attribute__ ((cmse_nonsecure_call)) (*bar) (int); /* {
dg-warning "attribute ignored without -mcmse option" } */
-typedef void __attribute__ ((cmse_nonsecure_call)) baz (int); /* {
dg-warning "attribute ignored without -mcmse option" } */
+void __attribute__ ((cmse_nonsecure_call)) (*bar) (int); /* {
dg-warning "attribute ignored without '-mcmse' option" } */
+typedef void __attribute__ ((cmse_nonsecure_call)) baz (int); /* {
dg-warning "attribute ignored without '-mcmse' option" } */

 int __attribute__ ((cmse_nonsecure_entry))
 foo (int a, baz b)
-{ /* { dg-warning "attribute ignored without -mcmse option" } */
+{ /* { dg-warning "attribute ignored without '-mcmse' option" } */
   bar (a);
   b (a);
   return a + 1;

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

only message in thread, other threads:[~2019-08-21  9:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-21 11:25 [COMMITTED] [testsuite][arm] Add missing quotes to expected warning messages Christophe Lyon

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