2018-05-31 Eric Botcazou <ebotcazou@adacore.com>
gcc/ada/
* repinfo.adb (List_Structural_Record_Layout): Set First to false
after having listed the fields of the parent type, if any.
From-SVN: r261000
+2018-05-31 Eric Botcazou <ebotcazou@adacore.com>
+
+ * repinfo.adb (List_Structural_Record_Layout): Set First to false
+ after having listed the fields of the parent type, if any.
+
2018-05-31 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/decl.c (gnat_to_gnu_entity) <discrete_type>: Do not
if Is_Extension then
List_Structural_Record_Layout
(Base_Type (Parent_Subtype (Ent)), Outer_Ent);
+ First := False;
if Present (Record_Extension_Part (Definition)) then
Definition := Record_Extension_Part (Definition);