* g++.dg/ext/vector14.C: Ignore a possible warning.
authorJanis Johnson <janis187@us.ibm.com>
Tue, 20 May 2008 23:23:48 +0000 (23:23 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 20 May 2008 23:23:48 +0000 (23:23 +0000)
From-SVN: r135685

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/vector14.C

index b000278947345fcd1964cbee5a75fea5bb8cce4c..5881d65936168ec82e40151ade87c5557fd012b2 100644 (file)
@@ -1,3 +1,7 @@
+2008-05-20  Janis Johnson  <janis187@us.ibm.com>
+
+       * g++.dg/ext/vector14.C: Ignore a possible warning.
+
 2008-05-20  Samuel Tardieu  <sam@rfc1149.net>
 
        * gnat.dg/modular.adb: Remove test, gnat.dg/modular1.adb already
index 1739014f6a404d7cb6737001704e34e4013edeb5..febdab91ebd4d92e024af29349632348bc4a9351 100644 (file)
@@ -1,6 +1,8 @@
 // PR c++/35758
 // { dg-do compile }
 // { dg-options "-msse" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
+// Ignore warning on some powerpc-linux configurations.
+// { dg-prune-output "non-standard ABI extension" }
 
 #define vector __attribute__((vector_size(16)))