Commit 0ec537f3 by Christophe Lyon Committed by Christophe Lyon

[testsuite] aarch64,arm Add missing quotes to expected error message

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
parent c8537d95
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> 2019-05-20 Martin Liska <mliska@suse.cz>
PR middle-end/90263 PR middle-end/90263
......
...@@ -13,4 +13,4 @@ foo (uint8x16_t a, uint8x16_t b, uint8x16_t c) ...@@ -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" } */ 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 } */
...@@ -14,5 +14,5 @@ foo (uint8x16_t *p) ...@@ -14,5 +14,5 @@ foo (uint8x16_t *p)
*p = vmovq_n_u8 (3); /* { dg-message "called from here" } */ *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 } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment