ucnid-5.c: Skip on AIX.

* gcc.dg/ucnid-5.c: Skip on AIX.
        * gcc.target/powerpc/pr79909.c: Skip on AIX.

From-SVN: r251097
This commit is contained in:
David Edelsohn 2017-08-14 18:04:31 +00:00 committed by David Edelsohn
parent 3a66f91348
commit 9e3b1778b6
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-08-14 David Edelsohn <dje.gcc@gmail.com>
* gcc.dg/ucnid-5.c: Skip on AIX.
* gcc.target/powerpc/pr79909.c: Skip on AIX.
2017-08-14 Uros Bizjak <ubizjak@gmail.com>
PR target/46091

View File

@ -1,5 +1,5 @@
/* { dg-do run } */
/* { dg-skip-if "No dollar in identfiers" { "avr-*-*" } } */
/* { dg-skip-if "No dollar in identfiers" { avr-*-* powerpc-ibm-aix* } } */
/* { dg-options "-std=c99 -fdollars-in-identifiers -g" } */
void abort (void);

View File

@ -1,6 +1,7 @@
/* PR rtl-optimization/79909 */
/* { dg-do compile } */
/* { dg-options "-O2 -mxl-compat" } */
/* { dg-skip-if "DFP" { powerpc*-*-aix* } } */
typedef float T __attribute__ ((mode (TD)));
T b, c, d, e, f, g;