* g++.dg/ext/vector14.C: Ignore a possible warning.

From-SVN: r135685
This commit is contained in:
Janis Johnson 2008-05-20 23:23:48 +00:00 committed by Janis Johnson
parent 06d1961718
commit 36bc60e909
2 changed files with 6 additions and 0 deletions

View 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

View 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)))