mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
055db850c6
commit
4f761179ed
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 } */
|
||||
|
|
|
|||
Loading…
Reference in New Issue