PR testsuite/86649
[official-gcc.git] / gcc / testsuite / gnat.dg / langdw2.adb
blob5e61ca254b662f27880505fa38294ad6468862ed
1 -- with strict dwarf2, we should produce DW_LANG_Ada83 (0x3) as AT_language
3 -- { dg-do compile }
4 -- { dg-skip-if "No dwarf-2 support" { hppa*-*-hpux* } }
5 -- { dg-options "-cargs -gdwarf-2 -gstrict-dwarf -dA -margs" }
6 -- { dg-final { scan-assembler "0x3\[^\n\r\]*AT_language" } }
8 procedure Langdw2 is begin null; end;