polytypes.c: Use dg-message separately from dg-error to match separate messages.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 2 Jul 2008 19:35:08 +0000 (20:35 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 2 Jul 2008 19:35:08 +0000 (20:35 +0100)
* gcc.target/arm/neon/polytypes.c: Use dg-message separately from
dg-error to match separate messages.

From-SVN: r137381

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

index 9b7ec4fedfdf0ef63ebc9d2cb9bfdc4652f34979..607cf0fa1f1f8bb08bdaf6912779296f00caef47 100644 (file)
@@ -1,3 +1,8 @@
+2008-07-02  Joseph Myers  <joseph@codesourcery.com>
+
+       * gcc.target/arm/neon/polytypes.c: Use dg-message separately from
+       dg-error to match separate messages.
+
 2008-07-02  H.J. Lu  <hongjiu.lu@intel.com>
 
        * g++.dg/abi/mangle24.C: Remove -mmmx.
index 9aca6671ae0ef637fe3184e9e994dd7bdaf26af6..12e9b0a7f6a10088fe75a0987794f20203eaa20e 100644 (file)
@@ -28,7 +28,8 @@ void foo ()
   poly8x16_t v128_8;
   poly16x8_t v128_16;
 
-  s64_8 (v64_8); /* { dg-error "use -flax-vector-conversions.*incompatible type for argument 1 of 's64_8'" } */
+  s64_8 (v64_8); /* { dg-message "use -flax-vector-conversions" } */
+  /* { dg-error "incompatible type for argument 1 of 's64_8'" "" { target *-*-* } 31 } */
   u64_8 (v64_8); /* { dg-error "incompatible type for argument 1 of 'u64_8'" } */
   p64_8 (v64_8);