pr65980.c: Skip on AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 28 Jan 2016 13:52:06 +0000 (13:52 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 28 Jan 2016 13:52:06 +0000 (08:52 -0500)
        * gcc.dg/pr65980.c: Skip on AIX.
        * gcc.dg/pr66688.c: Same.

From-SVN: r232927

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr65980.c
gcc/testsuite/gcc.dg/pr66688.c

index 3e68de7..afc6d6f 100644 (file)
@@ -1,5 +1,10 @@
 2016-01-28  David Edelsohn  <dje.gcc@gmail.com>
 
+       * gcc.dg/pr65980.c: Skip on AIX.
+       * gcc.dg/pr66688.c: Same.
+
+2016-01-28  David Edelsohn  <dje.gcc@gmail.com>
+
        PR target/63679
        * gcc.dg/tree-ssa/sra-17.c: Adjust regex for more label styles.
        * gcc.dg/tree-ssa/sra-18.c: Same.
@@ -14,7 +19,6 @@
 2016-01-28  Ilya Enkovich  <enkovich.gnu@gmail.com>
 
        * gcc.dg/declare-simd.c: New test.
-
 2016-01-28  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/69466
index 5139ae3..dbd42c5 100644 (file)
@@ -1,6 +1,7 @@
 /* PR rtl-optimization/65980 */
 /* { dg-do compile } */
 /* { dg-options "-O3 -fcompare-debug" } */
+/* { dg-xfail-if "" { powerpc-ibm-aix* } { "*" } { "" } } */
 
 typedef struct { int b; } A;
 void (*a) (int);
index af6f844..48b83d7 100644 (file)
@@ -1,6 +1,7 @@
 /* PR tree-optimization/66688 */
 /* { dg-do compile } */
 /* { dg-options "-O2 -fno-reorder-blocks -fcompare-debug" } */
+/* { dg-xfail-if "" { powerpc-ibm-aix* } { "*" } { "" } } */
 
 struct fdt_header { unsigned magic; } *a;