From: Doug Kwan Date: Fri, 31 Jul 2009 00:17:46 +0000 (+0000) Subject: polytypes.c: Adjust test for new notes in warnings added in rev 141298. X-Git-Tag: releases/gcc-4.5.0~4255 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ddead5badb45f79e60f83801cc4e18122506325a;p=thirdparty%2Fgcc.git polytypes.c: Adjust test for new notes in warnings added in rev 141298. 2009-07-30 Doug Kwan * gcc.target/arm/neon/polytypes.c: Adjust test for new notes in warnings added in rev 141298. From-SVN: r150287 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 112941baa216..33ba854e9bf5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-07-30 Doug Kwan + + * gcc.target/arm/neon/polytypes.c: Adjust test for new notes + in warnings added in rev 141298. + 2009-07-30 John David Anglin * lib/options.exp: Use "!=" instead of "ne". diff --git a/gcc/testsuite/gcc.target/arm/neon/polytypes.c b/gcc/testsuite/gcc.target/arm/neon/polytypes.c index 12e9b0a7f6a1..4fa3eac086c4 100644 --- a/gcc/testsuite/gcc.target/arm/neon/polytypes.c +++ b/gcc/testsuite/gcc.target/arm/neon/polytypes.c @@ -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 } */