aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/dwarf2/lang-c11-d4-strict.c
blob: accc13f18b57ca78146b74b8eb1cad5286ef22c7 (plain)
1
2
3
4
5
6
7
// { dg-do compile }
// { dg-options "-O -std=c11 -gdwarf-4 -gstrict-dwarf -dA" }
// We cannot produce DW_LANG_C11 = 0x001d because strict-dwarf.
// So expect DW_LANG_C99 = 0x000c
// { dg-final { scan-assembler "0xc.*DW_AT_language" } } */

int version;