]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* g++.dg/torture/pr38586.C: Ignore a possible warning.
authorJanis Johnson <janis187@us.ibm.com>
Wed, 7 Jan 2009 17:50:45 +0000 (17:50 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Wed, 7 Jan 2009 17:50:45 +0000 (17:50 +0000)
From-SVN: r143163

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

index 080c89bdfeec95fc05b90f402f521549e0dd9f97..bdf4d88f5b58a9b4a59f233c6871017e7bad2660 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 3674f55161778871d5e7642a9175d1cb2563e97d..8cd1e1d4b9b86dd1babfb0066650a2753f5c8bd4 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)
 {