* gcc.dg/pr64935-1.c: XFAIL on AIX.
[official-gcc.git] / gcc / testsuite / gcc.dg / debug / dwarf2 / noreturn-function-attribute.c
blobbc2cfa52073a7583a19dc2164a15c20a677d9b52
1 // { dg-do compile }
2 // { dg-options "-O -std=c99 -g -dA -gno-strict-dwarf" }
3 // Expect DW_AT_noreturn once in .debug_info and once in .debug_abbrev
4 // { dg-final { scan-assembler-times "DW_AT_noreturn" 2 { xfail { powerpc-ibm-aix* } } } }
6 void __attribute__ ((noreturn))
7 baz (void)
9 while (1) { ; }