[testsuite] aarch64,arm Add missing quotes to expected error message
authorChristophe Lyon <christophe.lyon@linaro.org>
Mon, 20 May 2019 09:12:03 +0000 (09:12 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Mon, 20 May 2019 09:12:03 +0000 (11:12 +0200)
2019-05-20  Christophe Lyon  <christophe.lyon@linaro.org>

* gcc.target/aarch64/target_attr_10.c: Add quotes to expected
error message.
* gcc.target/arm/attr-neon-builtin-fail.c: Likewise.

From-SVN: r271402

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/target_attr_10.c
gcc/testsuite/gcc.target/arm/attr-neon-builtin-fail.c

index 7b3bf731f35e1dd5b0d1823e0679f7c43eacda6a..9b1e6d3a4135d0c4db34a73191f569ee68671cb2 100644 (file)
@@ -1,3 +1,9 @@
+2019-05-20  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * gcc.target/aarch64/target_attr_10.c: Add quotes to expected
+       error message.
+       * gcc.target/arm/attr-neon-builtin-fail.c: Likewise.
+
 2019-05-20  Martin Liska  <mliska@suse.cz>
 
        PR middle-end/90263
index 1849904711258fe182cfd30d616c25f650df43ed..d96a8733a575e2aeab949deb793889221503fef8 100644 (file)
@@ -13,4 +13,4 @@ foo (uint8x16_t a, uint8x16_t b, uint8x16_t c)
   return vbslq_u8 (a, b, c); /* { dg-message "called from here" } */
 }
 
-/* { dg-error "inlining failed in call to always_inline" "" { target *-*-* } 0 } */
+/* { dg-error "inlining failed in call to 'always_inline'" "" { target *-*-* } 0 } */
index 05dc579f25d0169b918ee775d8df36fae4f9de47..fb6e0b9cd66a9119b50043ffe80e27a400165cba 100644 (file)
@@ -14,5 +14,5 @@ foo (uint8x16_t *p)
   *p = vmovq_n_u8 (3); /* { dg-message "called from here" } */
 }
 
-/* { dg-error "inlining failed in call to always_inline" "" { target *-*-* } 0 } */
+/* { dg-error "inlining failed in call to 'always_inline'" "" { target *-*-* } 0 } */