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
This commit is contained in:
David Edelsohn 2016-12-14 19:53:51 +00:00 committed by David Edelsohn
parent 53cfcb2e28
commit d3cab14ab3
4 changed files with 9 additions and 1 deletions

View 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

View 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;

View 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)));

View 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)));