testsuite: Skip DWARF 5 testcases on AIX.
[official-gcc.git] / gcc / testsuite / g++.dg / debug / dwarf2 / lang-cpp20.C
blob62abd61815591624b0c5caac962f17949ef735dc
1 // { dg-do compile }
2 // { dg-options "-O -std=c++20 -gdwarf-5 -dA" }
3 // { dg-skip-if "AIX DWARF5" { powerpc-ibm-aix* } }
4 // For -gdwarf-6 hopefully DW_LANG_C_plus_plus_20
5 // DW_LANG_C_plus_plus_14 = 0x0021
6 // { dg-final { scan-assembler "0x21\[^\n\r]* DW_AT_language" } } */
8 int version;