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
This commit is contained in:
Szabolcs Nagy 2015-09-24 13:41:52 +00:00 committed by Szabolcs Nagy
parent 055db850c6
commit 4f761179ed
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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 } */