rs6000: Skip DWARF5 and -fcompare-debug testcases on AIX.
[official-gcc.git] / gcc / testsuite / g++.dg / debug / pr94323.C
blobdaee49a20aecd1900347ba4d052190404d70ba02
1 // PR debug/94323
2 // { dg-do compile }
3 // { dg-options "-O2 -fcompare-debug" }
4 // { dg-xfail-if "AIX compare debug" { powerpc-ibm-aix* } }
6 volatile int a;
8 void
9 foo ()
11   ({
12      a;
13    });