Commit 41d4f4a7 by Arnaud Charlet

Make type limited as per Ada 2005 rules.

From-SVN: r131067
parent 1a52e565
......@@ -13,7 +13,7 @@ private
type type1 is tagged record
f2 : array_t2;
end record;
type type3 is record
type type3 is limited record
the_task : aliased task_t (type3'Access);
the_array : array_t (1 .. 10) := (others => to_type1 (-1));
end record;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment