===================================================================
@@ -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))