* g++.dg/ext/altivec-17.C: Adjust error message.

From-SVN: r157689
This commit is contained in:
Jason Merrill 2010-03-23 22:49:55 -04:00 committed by Jason Merrill
parent 9b3dcf1f8c
commit 5c3bacee38
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2010-03-23 Jason Merrill <jason@redhat.com>
* g++.dg/ext/altivec-17.C: Adjust error message.
* g++.dg/cpp0x/lambda/lambda-const-neg.C: Adjust for non-static op().
* g++.dg/cpp0x/lambda/lambda-conv.C: Likewise.
* g++.dg/cpp0x/lambda/lambda-mangle.C: Likewise.

View File

@ -12,5 +12,5 @@ typedef vector__ bool__ int bool_simd_type;
void Foo (bool_simd_type const &a)
{
simd_type const &v = a; // { dg-error "'const unsigned int __vector\\\[4\\\]&' from expression of type 'const __bool int __vector\\\[4\\\]'" }
simd_type const &v = a; // { dg-error "'const __vector.4. unsigned int&' from expression of type 'const __vector.4. __bool int'" }
}