Commit d3cab14a by David Edelsohn Committed by David Edelsohn

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
parent 53cfcb2e
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
......
/* { 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;
......
/* { 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)));
......
/* { 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)));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment