OSDN Git Service

* g++.dg/torture/pr38586.C: Ignore a possible warning.
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Jan 2009 17:50:45 +0000 (17:50 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 7 Jan 2009 17:50:45 +0000 (17:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143163 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/torture/pr38565.C

index 080c89b..bdf4d88 100644 (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>
index 3674f55..8cd1e1d 100644 (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)
 {