pr78515.c: Add -Wno-psabi for AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Wed, 14 Dec 2016 19:53:51 +0000 (19:53 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Wed, 14 Dec 2016 19:53:51 +0000 (14:53 -0500)
        * gcc.dg/torture/pr78515.c: Add -Wno-psabi for AIX.
        * gcc.dg/tree-ssa/forwprop-35.c: Add -Wno-psabi for AIX.
        * gcc.dg/pr69634.c: Add -Wno-psabi for AIX.

From-SVN: r243666

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr69634.c
gcc/testsuite/gcc.dg/torture/pr78515.c
gcc/testsuite/gcc.dg/tree-ssa/forwprop-35.c

index 25779c5..c754831 100644 (file)
@@ -1,3 +1,9 @@
+2016-12-14  David Edelsohn  <dje.gcc@gmail.com>
+
+       * gcc.dg/torture/pr78515.c: Add -Wno-psabi for AIX.
+       * gcc.dg/tree-ssa/forwprop-35.c: Add -Wno-psabi for AIX.
+       * gcc.dg/pr69634.c: Add -Wno-psabi for AIX.
+
 2016-12-14  Jakub Jelinek  <jakub@redhat.com>
 
        PR debug/77844
index e4032b6..af2637a 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do compile } */
 /* { dg-options "-O2 -fno-dce -fschedule-insns -fno-tree-vrp -fcompare-debug" } */
 /* { dg-additional-options "-Wno-psabi -mno-sse" { target i?86-*-* x86_64-*-* } } */
+/* { dg-additional-options "-Wno-psabi" { target powerpc-ibm-aix* } } */
 /* { dg-require-effective-target scheduling } */
 
 typedef unsigned short u16;
index 4a1a0e5..107822f 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
 /* { dg-additional-options "-mavx512bw" { target x86_64-*-* i?86-*-* } } */
-/* { dg-prune-output "non-standard ABI extension" } */
+/* { dg-additional-options "-Wno-psabi" { target powerpc-ibm-aix* } } */
 
 typedef unsigned V __attribute__ ((vector_size (64)));
 
index 79053a2..60acfd4 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do compile } */
 /* { dg-options "-O -fdump-tree-cddce1" } */
 /* { dg-additional-options "-msse2" { target { i?86-*-* x86_64-*-* } } } */
+/* { dg-additional-options "-Wno-psabi" { target { powerpc-ibm-aix* } } } */
 
 typedef int v4si __attribute__((vector_size(16)));
 typedef float v4sf __attribute__((vector_size(16)));