Commit a82ec6aa by H.J. Lu Committed by H.J. Lu

Update gcc.dg/pr36997.c for vector size change.

2010-03-03  H.J. Lu  <hongjiu.lu@intel.com>

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

From-SVN: r157198
parent 83bfaab7
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
......
......@@ -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 } */
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment