]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 3e68de713194b617e32bc9c6e2830cb950d75773..afc6d6fb6e8b3eea202cff95f7dd14297a6ebeaa 100644 (file)
@@ -1,3 +1,8 @@
+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
@@ -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 5139ae3614584007a31197adf7118a64a9262101..dbd42c5c866115b071c4d0db7665674b7cdf853b 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 af6f8443a7c88467266168a733d79c845726456d..48b83d7ee0fd8828a92c0f8f7a7f4c67ac6aa342 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;