]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
polytypes.c: Adjust test for new notes in warnings added in rev 141298.
authorDoug Kwan <dougkwan@google.com>
Fri, 31 Jul 2009 00:17:46 +0000 (00:17 +0000)
committerDoug Kwan <dougkwan@gcc.gnu.org>
Fri, 31 Jul 2009 00:17:46 +0000 (00:17 +0000)
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.

From-SVN: r150287

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

index 112941baa2162630b7fe5041403b7502d126398d..33ba854e9bf587a12132c3716f84616aaa499abd 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 12e9b0a7f6a10088fe75a0987794f20203eaa20e..4fa3eac086c49348e4825713aebb3a429ea0223e 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 } */