Files
gcc-reflection/gcc/testsuite/gnat.dg/array38.adb
Eric Botcazou 43b60e5783 decl.c (Gigi_Equivalent_Type): New case.
* gcc-interface/decl.c (Gigi_Equivalent_Type) <E_Array_Subtype>: New
	case.  Return the base type if the subtype is not constrained.

From-SVN: r276865
2019-10-11 08:33:03 +00:00

12 lines
156 B
Ada

-- { dg-do compile }
with Array38_Pkg; use Array38_Pkg;
procedure Array38 is
function My_F is new F (Index, Byte, Bytes, Integer);
begin
null;
end;