Commit 267a8fa9 by Arnaud Charlet

Complete previous check-in.

From-SVN: r84154
parent 15ce9ca2
......@@ -5768,6 +5768,10 @@ package body Sem_Util is
-- has discriminant defaults if it is a discriminated record).
elsif Is_Record_Type (Typ) then
if Has_Discriminants (Typ) then
return True;
end if;
declare
Comp : Entity_Id;
begin
......
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