pr46799.c: XFAIL on AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Mon, 24 Nov 2014 01:59:38 +0000 (01:59 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 24 Nov 2014 01:59:38 +0000 (20:59 -0500)
        * gcc.dg/autopar/pr46799.c: XFAIL on AIX.
        * gcc.dg/torture/pr59166.c: XFAIL on AIX.
        * gcc.dg/pr63914.c: Ignore non-standard ABI warning.
        * gcc.dg/pr63594-[12].c: Ignore non-standard ABI warning.

From-SVN: r217996

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/autopar/pr46799.c
gcc/testsuite/gcc.dg/pr63594-1.c
gcc/testsuite/gcc.dg/pr63594-2.c
gcc/testsuite/gcc.dg/pr63914.c
gcc/testsuite/gcc.dg/torture/pr59166.c

index d4d13c50030346b0b0aa0440dc7a7f06d82c35b9..45f22b8c8d059f5ad00a13b6b4d991fb43efdcba 100644 (file)
@@ -1,3 +1,10 @@
+2014-11-23  David Edelsohn  <dje.gcc@gmail.com>
+
+       * gcc.dg/autopar/pr46799.c: XFAIL on AIX.
+       * gcc.dg/torture/pr59166.c: XFAIL on AIX.
+       * gcc.dg/pr63914.c: Ignore non-standard ABI warning.
+       * gcc.dg/pr63594-[12].c: Ignore non-standard ABI warning.
+       
 2014-11-23  Tobias Burnus  <burnus@net-b.de>
 
        * gfortran.dg/tab_continuation.f: Update dg-*.
index 575e12c55599b66ce73e7ae0fe4c6553c381264c..0516d26c50673c8a32c0fe3a645c3e9df2f28d4d 100644 (file)
@@ -1,6 +1,7 @@
 /* PR debug/46799 */
 /* { dg-do compile } */
 /* { dg-options "-O -ftree-parallelize-loops=2 -fno-tree-dce -ftree-pre -fcompare-debug" } */
+/* { dg-xfail-if "compare-debug failure" { powerpc-ibm-aix* } { "*" } { "" } } */
 
 int
 foo (int i, int *a)
index 8d0ad2ee29a612dcfb77b0f6277cbb511120a67a..b8cd201fd0e2cb7116a50c3547bbbcdb992dc28a 100644 (file)
@@ -2,6 +2,7 @@
 /* { dg-do compile } */
 /* { dg-options "-O2 -Wno-psabi" } */
 /* { dg-additional-options "-mno-mmx" { target i?86-*-* x86_64-*-* } } */
+/* { dg-prune-output "non-standard ABI extension" } */
 
 #define C1 c
 #define C2 C1, C1
index 23c11b1a686067e1a776c9c6052f0645969d89bf..5c6bb315ac4dacdbdfbe9930b89e66a57b818132 100644 (file)
@@ -2,6 +2,7 @@
 /* { dg-do run } */
 /* { dg-options "-O2 -Wno-psabi" } */
 /* { dg-additional-options "-mno-mmx" { target i?86-*-* x86_64-*-* } } */
+/* { dg-prune-output "non-standard ABI extension" } */
 
 #define C1 c
 #define C2 C1, C1
index fe57288b74db87b130df2ca1d6921cf200c6aac5..3dff2a8e4a771394e6eadfbada0f0c41e47fe0ff 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O2 -ffast-math" } */
+/* { dg-prune-output "non-standard ABI extension" } */
 
 typedef float __m128 __attribute__ ((__vector_size__ (16)));
 __m128 a, d, e;
index 80d0c42772f75f3375b2ed654a5791993691fbb2..5bdeaa6b78a404491868029c3704f089bbfe7c7c 100644 (file)
@@ -1,6 +1,6 @@
 /* PR rtl-optimization/59166 */
 /* { dg-additional-options "-fcompare-debug" } */
-/* { dg-xfail-if "" { powerpc-ibm-aix* } { "*" } { "" } } */
+/* { dg-xfail-if "compare-debug failure" { powerpc-ibm-aix* } { "*" } { "" } } */
 
 int a, b, c, f, g;