2015-11-19 Bob Duff <duff@adacore.com>
* sem_elab.adb (Check_Internal_Call_Continue): Correction to previous
change: correctly handle generic formals/actuals that look like
renamings.
From-SVN: r230617
+2015-11-19 Bob Duff <duff@adacore.com>
+
+ * sem_elab.adb (Check_Internal_Call_Continue): Correction to previous
+ change: correctly handle generic formals/actuals that look like
+ renamings.
+
2015-11-18 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/trans.c (elaborate_all_entities_for_package): New
Error_Msg_NE
("cannot call& before body seen<<", N, Orig_Ent);
- else
+ elsif not Is_Generic_Actual_Subprogram (Orig_Ent) then
Insert_Check := False;
end if;