mirror of git://gcc.gnu.org/git/gcc.git
parent
34d57a10c4
commit
2414b02252
|
|
@ -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>
|
2017-04-20 Jonathan Wakely <jwakely@redhat.com>
|
||||||
|
|
||||||
PR c++/80473
|
PR c++/80473
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
// PR debug/80436
|
// PR debug/80436
|
||||||
// { dg-do compile { target c++11 } }
|
// { dg-do compile { target c++11 } }
|
||||||
// { dg-options "-O3 -fcompare-debug" }
|
// { dg-options "-O3 -fcompare-debug" }
|
||||||
|
// { dg-xfail-if "" { powerpc-ibm-aix* } }
|
||||||
|
|
||||||
void fn (...);
|
void fn (...);
|
||||||
void foo (int, int, int);
|
void foo (int, int, int);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue