polytypes.c: Adjust test for new notes in warnings added in rev 141298.

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
This commit is contained in:
Doug Kwan 2009-07-31 00:17:46 +00:00 committed by Doug Kwan
parent 311061ec05
commit ddead5badb
2 changed files with 6 additions and 1 deletions

View 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".

View 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 } */