gcc/testsuite/ChangeLog:
* gcc.target/aarch64/target_attr_10.c (foo): Use dg-message for note.
From-SVN: r228088
+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
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 } */