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 d4d13c5..45f22b8 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 575e12c..0516d26 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 8d0ad2e..b8cd201 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 23c11b1..5c6bb31 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 fe57288..3dff2a8 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 80d0c42..5bdeaa6 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;