Update gcc.dg/pr36997.c for vector size change.
authorH.J. Lu <hongjiu.lu@intel.com>
Wed, 3 Mar 2010 16:54:19 +0000 (16:54 +0000)
committerH.J. Lu <hjl@gcc.gnu.org>
Wed, 3 Mar 2010 16:54:19 +0000 (08:54 -0800)
2010-03-03  H.J. Lu  <hongjiu.lu@intel.com>

* gcc.dg/pr36997.c: Adjust error message.

From-SVN: r157198

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr36997.c

index 037f0ad..cf5b1d6 100644 (file)
@@ -1,3 +1,7 @@
+2010-03-03  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * gcc.dg/pr36997.c: Adjust error message.
+
 2010-03-03  Mike Stump  <mikestump@comcast.net>
 
        * gcc.target/i386/builtin-unreachable.c: Don't expect stack
index 1fbb8fd..2bed933 100644 (file)
@@ -5,5 +5,5 @@ typedef int __m64 __attribute__ ((__vector_size__ (8), __may_alias__));
 __m64 _mm_add_si64 (__m64 __m1, __m64 __m2)
 {
     return (__m64) __builtin_ia32_paddq ((long long)__m1, (long long)__m2); /* { dg-error "incompatible type" } */
-    /* { dg-message "note: expected 'long long int __vector__' but argument is of type 'long long int'" "" { target *-*-* } 7 } */
+    /* { dg-message "note: expected 'long long int __vector.1.' but argument is of type 'long long int'" "" { target *-*-* } 7 } */
 }