aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2016-12-14 19:53:51 +0000
committerDavid Edelsohn <dje@gcc.gnu.org>2016-12-14 14:53:51 -0500
commitd3cab14ab383a8b52fec55c8fd4621865205c693 (patch)
treebb82e6a2bfc6f600dc662abd121f2a003afdb3e8 /gcc
parent53cfcb2e281f62ed8ea272846cf4971f2b0df229 (diff)
downloadgcc-d3cab14ab383a8b52fec55c8fd4621865205c693.zip
gcc-d3cab14ab383a8b52fec55c8fd4621865205c693.tar.gz
gcc-d3cab14ab383a8b52fec55c8fd4621865205c693.tar.bz2
pr78515.c: Add -Wno-psabi for AIX.
* 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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog6
-rw-r--r--gcc/testsuite/gcc.dg/pr69634.c1
-rw-r--r--gcc/testsuite/gcc.dg/torture/pr78515.c2
-rw-r--r--gcc/testsuite/gcc.dg/tree-ssa/forwprop-35.c1
4 files changed, 9 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 25779c5..c754831 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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
diff --git a/gcc/testsuite/gcc.dg/pr69634.c b/gcc/testsuite/gcc.dg/pr69634.c
index e4032b6..af2637a 100644
--- a/gcc/testsuite/gcc.dg/pr69634.c
+++ b/gcc/testsuite/gcc.dg/pr69634.c
@@ -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;
diff --git a/gcc/testsuite/gcc.dg/torture/pr78515.c b/gcc/testsuite/gcc.dg/torture/pr78515.c
index 4a1a0e5..107822f 100644
--- a/gcc/testsuite/gcc.dg/torture/pr78515.c
+++ b/gcc/testsuite/gcc.dg/torture/pr78515.c
@@ -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)));
diff --git a/gcc/testsuite/gcc.dg/tree-ssa/forwprop-35.c b/gcc/testsuite/gcc.dg/tree-ssa/forwprop-35.c
index 79053a2..60acfd4 100644
--- a/gcc/testsuite/gcc.dg/tree-ssa/forwprop-35.c
+++ b/gcc/testsuite/gcc.dg/tree-ssa/forwprop-35.c
@@ -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)));