OSDN Git Service

* g++.dg/ext/altivec-17.C: Adjust error message.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 24 Mar 2010 02:49:55 +0000 (02:49 +0000)
committerMasaki Muranaka <monaka@monami-software.com>
Sun, 23 May 2010 05:14:25 +0000 (14:14 +0900)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@157689 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 2bdc2a5..9cafa32 100644 (file)
@@ -1,5 +1,7 @@
 2010-03-23  Jason Merrill  <jason@redhat.com>
 
 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.
        * 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.
index 20c6935..e83c46b 100644 (file)
@@ -12,5 +12,5 @@ typedef vector__ bool__ int bool_simd_type;
 
 void Foo (bool_simd_type const &a)
 {
 
 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'" }
 }
 }