Files
gcc-reflection/gcc/testsuite/gnat.dg/array29.ads
Eric Botcazou babf697a2d trans.c (pos_to_constructor): Skip conversions to an unconstrained array type.
* gcc-interface/trans.c (pos_to_constructor): Skip conversions to an
	unconstrained array type.

From-SVN: r251691
2017-09-05 08:14:35 +00:00

8 lines
135 B
Ada

package Array29 is
type Matrix is array (Integer range <>, Integer range <>) of Long_Float;
procedure Proc;
end Array29;