* sem_elab.adb (Check_Internal_Call_Continue): Correction to previous
change: correctly handle generic formals/actuals that look like
renamings.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@230617
138bc75d-0d04-0410-961f-
82ee72b054a4
+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;