pr48549.C: XFAIL AIX.
authorDavid Edelsohn <dje@gcc.gnu.org>
Sun, 13 Dec 2015 01:55:02 +0000 (20:55 -0500)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sun, 13 Dec 2015 01:55:02 +0000 (20:55 -0500)
        * g++.dg/opt/pr48549.C: XFAIL AIX.
        * g++.dg/abi/anon1.C: XFAIL AIX.
        * gcc.dg/graphite/pr42917.c: XFAIL AIX.

From-SVN: r231592

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/abi/anon1.C
gcc/testsuite/g++.dg/opt/pr48549.C
gcc/testsuite/gcc.dg/graphite/pr42917.c

index f29a74b..9c37176 100644 (file)
@@ -1,4 +1,10 @@
-2014-12-12  Tobias Burnus  <burnus@net-b.de>
+2015-12-12  David Edelsohn  <dje.gcc@gmail.com>
+
+       * g++.dg/opt/pr48549.C: XFAIL AIX.
+       * g++.dg/abi/anon1.C: XFAIL AIX.
+       * gcc.dg/graphite/pr42917.c: XFAIL AIX.
+
+2015-12-12  Tobias Burnus  <burnus@net-b.de>
 
        PR fortran/45859
        * gfortran.dg/coarray_args_2.f90: Remove dg-error.
index c45917a..0fb4ae8 100644 (file)
@@ -2,4 +2,4 @@
 
 namespace { enum E { E1 }; } void f(E e) { }
 
-// { dg-final { scan-assembler-not "globl" } }
+// { dg-final { scan-assembler-not "globl" { xfail { powerpc-ibm-aix* } } } } 
index 01f600e..e113b15 100644 (file)
@@ -1,7 +1,7 @@
 // PR rtl-optimization/48549
 // { dg-do compile }
 // { dg-options "-fcompare-debug -O2" }
-// { dg-xfail-if "" { powerpc-ibm-aix* } { "*" } { "" } }
+// { dg-xfail-if "" { powerpc-ibm-aix* } }
 
 __extension__ typedef __PTRDIFF_TYPE__ pdiff_t;
 
index eddff3b..51e805e 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O1 -ftree-loop-linear -fcompare-debug" } */
+/* { dg-xfail-if "" { powerpc-ibm-aix* } } */
 
 extern int A[];