2018-01-11 Justin Squirek <squirek@adacore.com>
gcc/ada/
* sem_ch8.adb: Minor comment fix.
From-SVN: r256487
+2018-01-11 Justin Squirek <squirek@adacore.com>
+
+ * sem_ch8.adb: Minor comment fix.
+
2018-01-11 Hristian Kirtchev <kirtchev@adacore.com>
* exp_ch4.adb (Process_Action): Do not abandon the inspection of an
-----------------------------
procedure Update_Use_Clause_Chain is
+
procedure Update_Chain_In_Scope (Level : Int);
-- Iterate through one level in the scope stack verifying each use-type
-- clause within said level is used then reset the Current_Use_Clause
if Nkind (Curr) = N_Use_Package_Clause then
-- Renamings and formal subprograms may cause the associated
- -- to be marked as effective instead of the original.
+ -- node to be marked as effective instead of the original.
if not (Present (Associated_Node (N))
and then Present