mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-14 06:23:58 +08:00
* g++.dg/ext/altivec-17.C: Adjust error message.
From-SVN: r157689
This commit is contained in:
parent
9b3dcf1f8c
commit
5c3bacee38
@ -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.
|
||||
|
@ -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'" }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user