2 -- { dg-options "-cargs -g -fgnat-encodings=minimal -dA -margs" }
3 -- { dg-final { scan-assembler-not "DW_OP_const4u" } }
4 -- { dg-final { scan-assembler-not "DW_OP_const8u" } }
6 -- The DW_AT_byte_size attribute DWARF expression for the
7 -- DW_TAG_structure_type DIE that describes Rec_Type contains the -4u literal.
8 -- Check that it is not created using an inefficient encoding (DW_OP_const1s
13 type Rec_Type
(I
: Integer) is record
25 R
: access Rec_Type
:= null;