* g++/opt/pr80436.C: XFAIL on AIX.
authorDavid Edelsohn <dje.gcc@gmail.com>
Thu, 20 Apr 2017 18:26:24 +0000 (18:26 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Thu, 20 Apr 2017 18:26:24 +0000 (14:26 -0400)
From-SVN: r247034

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/pr80436.C

index 2db3322..8c03b6b 100644 (file)
@@ -1,3 +1,7 @@
+2017-04-20  David Edelsohn  <dje.gcc@gmail.com>
+
+       * g++/opt/pr80436.C: XFAIL on AIX.
+
 2017-04-20  Jonathan Wakely  <jwakely@redhat.com>
 
        PR c++/80473
index b5879bf..b269b75 100644 (file)
@@ -1,6 +1,7 @@
 // PR debug/80436
 // { dg-do compile { target c++11 } }
 // { dg-options "-O3 -fcompare-debug" }
+// { dg-xfail-if "" { powerpc-ibm-aix* } }
 
 void fn (...);
 void foo (int, int, int);