* g++.dg/torture/pr38586.C: Ignore a possible warning.

From-SVN: r143163
This commit is contained in:
Janis Johnson 2009-01-07 17:50:45 +00:00 committed by Janis Johnson
parent 6286c07888
commit 5179082184
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2009-01-07 Janis Johnson <janis187@us.ibm.com>
* g++.dg/torture/pr38586.C: Ignore a possible warning.
* lib/target-supports-dg.exp (check_test_flags): Delete.
2009-01-07 Jan Sjodin <jan.sjodin@amd.com>

View file

@ -1,4 +1,6 @@
// { dg-do compile }
// Ignore warning on some powerpc-linux configurations.
// { dg-prune-output "non-standard ABI extension" }
#define vector __attribute__((vector_size(16) ))
vector unsigned int f(int a)
{