2009-07-30 Doug Kwan <dougkwan@google.com>
authordougkwan <dougkwan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Jul 2009 00:17:46 +0000 (00:17 +0000)
committerdougkwan <dougkwan@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Jul 2009 00:17:46 +0000 (00:17 +0000)
* gcc.target/arm/neon/polytypes.c: Adjust test for new notes
in warnings added in rev 141298.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@150287 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/arm/neon/polytypes.c

index 112941b..33ba854 100644 (file)
@@ -1,3 +1,8 @@
+2009-07-30  Doug Kwan  <dougkwan@google.com>
+
+       * gcc.target/arm/neon/polytypes.c: Adjust test for new notes
+       in warnings added in rev 141298.
+
 2009-07-30  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * lib/options.exp: Use "!=" instead of "ne".
index 12e9b0a..4fa3eac 100644 (file)
@@ -45,4 +45,4 @@ void foo ()
   u128_16 (v128_16); /* { dg-error "incompatible type for argument 1 of 'u128_16'" } */
   p128_16 (v128_16);
 }
-
+/* { dg-message "note: expected '\[^'\n\]*' but argument is of type '\[^'\n\]*'" "note: expected" { target *-*-* } 0 } */