Commit b44c0c0c by David Edelsohn

pr48549.C: XFAIL AIX.

        * g++.dg/opt/pr48549.C: XFAIL AIX.
        * g++.dg/abi/anon1.C: XFAIL AIX.
        * gcc.dg/graphite/pr42917.c: XFAIL AIX.

From-SVN: r231592
parent c6683011
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 PR fortran/45859
* gfortran.dg/coarray_args_2.f90: Remove dg-error. * gfortran.dg/coarray_args_2.f90: Remove dg-error.
......
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
namespace { enum E { E1 }; } void f(E e) { } namespace { enum E { E1 }; } void f(E e) { }
// { dg-final { scan-assembler-not "globl" } } // { dg-final { scan-assembler-not "globl" { xfail { powerpc-ibm-aix* } } } }
// PR rtl-optimization/48549 // PR rtl-optimization/48549
// { dg-do compile } // { dg-do compile }
// { dg-options "-fcompare-debug -O2" } // { dg-options "-fcompare-debug -O2" }
// { dg-xfail-if "" { powerpc-ibm-aix* } { "*" } { "" } } // { dg-xfail-if "" { powerpc-ibm-aix* } }
__extension__ typedef __PTRDIFF_TYPE__ pdiff_t; __extension__ typedef __PTRDIFF_TYPE__ pdiff_t;
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-O1 -ftree-loop-linear -fcompare-debug" } */ /* { dg-options "-O1 -ftree-loop-linear -fcompare-debug" } */
/* { dg-xfail-if "" { powerpc-ibm-aix* } } */
extern int A[]; extern int A[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment