diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 08adfbb64cd..732333dcdbd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -10,6 +10,8 @@ * gcc.c-torture/compile/pr44707.c: Do not try to assemble on AIX. + * c-c++-common/pr43942.c: Remove XFAIL for AIX. + 2012-12-21 Paul Thomas PR fortran/55763 diff --git a/gcc/testsuite/c-c++-common/pr43942.c b/gcc/testsuite/c-c++-common/pr43942.c index 9e7787f508c..3d97db6624e 100644 --- a/gcc/testsuite/c-c++-common/pr43942.c +++ b/gcc/testsuite/c-c++-common/pr43942.c @@ -1,7 +1,6 @@ /* PR debug/43942 */ /* { dg-do compile } */ /* { dg-options "-O2 -fcompare-debug" } */ -/* { dg-xfail-if "" { powerpc-ibm-aix* } { "*" } { "" } } */ extern int f1 (int);