Fix aarch64/target_attr_10 test following r227997.
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 24 Sep 2015 13:41:52 +0000 (13:41 +0000)
committerSzabolcs Nagy <nsz@gcc.gnu.org>
Thu, 24 Sep 2015 13:41:52 +0000 (13:41 +0000)
gcc/testsuite/ChangeLog:

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

From-SVN: r228088

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/target_attr_10.c

index 02dc90256e814fbd5eca0de9ae31a934d82725a4..912e411d97bb3dd6d46a65d58ec6a6c504db7761 100644 (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
index b2c48c4524b611f6e9832eda4d729af10fc48844..6d0577178f0b5ca57e84643ee31aea8ca6486f77 100644 (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 } */