re PR testsuite/43363 (FAIL: g++.dg/ext/altivec-17.C)
authorJanis Johnson <janis187@us.ibm.com>
Mon, 15 Mar 2010 21:27:23 +0000 (21:27 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Mon, 15 Mar 2010 21:27:23 +0000 (21:27 +0000)
PR testsuite/43363
* g++.dg/ext/altivec-17.C: Handle changes to error message.

From-SVN: r157467

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/altivec-17.C

index f99a576912a6e1c77cb5ca71f879e9611c7a0344..3f609c3f7696d0da60c6edc9aaf270fa8100cba9 100644 (file)
@@ -1,3 +1,8 @@
+2010-03-15  Janis Johnson  <janis187@us.ibm.com>
+
+       PR testsuite/43363
+       * g++.dg/ext/altivec-17.C: Handle changes to error message.
+
 2010-03-15  Michael Matz  <matz@suse.de>
 
        PR middle-end/43300
index 7db10e502b15b98380f0bd4092db9544a0928d50..20c6935ecbbfd1cd4b76cfed2fa04523fe120112 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 unsigned int __vector__&' from expression of type 'const __bool int __vector__'" }
+  simd_type const &v = a; // { dg-error "'const unsigned int __vector\\\[4\\\]&' from expression of type 'const __bool int __vector\\\[4\\\]'" }
 }