* g++/opt/pr80436.C: XFAIL on AIX.

From-SVN: r247034
This commit is contained in:
David Edelsohn 2017-04-20 18:26:24 +00:00 committed by David Edelsohn
parent 34d57a10c4
commit 2414b02252
2 changed files with 5 additions and 0 deletions

View 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

View 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);