Commit 04a9bb6e by Bob Duff Committed by Arnaud Charlet

sem_elab.adb (Check_Internal_Call_Continue): Correction to previous change...

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
parent 4219ddb3
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
......
......@@ -2407,7 +2407,7 @@ package body Sem_Elab is
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;
......
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