OSDN Git Service

PR testsuite/43363
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / altivec-17.C
index e83c46b..20c6935 100644 (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 __vector.4. unsigned int&' from expression of type 'const __vector.4. __bool int'" }
+  simd_type const &v = a; // { dg-error "'const unsigned int __vector\\\[4\\\]&' from expression of type 'const __bool int __vector\\\[4\\\]'" }
 }