Commit 4f761179 by Szabolcs Nagy Committed by Szabolcs Nagy

Fix aarch64/target_attr_10 test following r227997.

gcc/testsuite/ChangeLog:

	* gcc.target/aarch64/target_attr_10.c (foo): Use dg-message for note.

From-SVN: r228088
parent 055db850
2015-09-24 Szabolcs Nagy <szabolcs.nagy@arm.com>
* gcc.target/aarch64/target_attr_10.c (foo): Use dg-message for note.
2015-09-24 Richard Biener <rguenther@suse.de>
PR lto/67699
......
......@@ -10,7 +10,7 @@ __attribute__ ((target ("+nosimd")))
uint8x16_t
foo (uint8x16_t a, uint8x16_t b, uint8x16_t c)
{
return vbslq_u8 (a, b, c); /* { dg-error "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 } */
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