+2018-05-30 Bob Duff <duff@adacore.com>
+
+ * exp_ch7.adb: Minor comment fix.
+
2018-05-30 Ed Schonberg <schonberg@adacore.com>
* exp_unst.adb (Visit_Node): Handle properly subprogram instantiations
-- for Obj of Container loop
- -- Routine Wrap_Transient_Declaration however does not generate a
- -- physical block as wrapping a declaration will kill it too ealy.
- -- To handle this peculiar case, mark the related iterator loop as
- -- requiring the secondary stack. This signals the finalization
- -- machinery to manage the secondary stack (see routine
- -- Process_Statements_For_Controlled_Objects).
+ -- Routine Wrap_Transient_Declaration however does not generate
+ -- a physical block as wrapping a declaration will kill it too
+ -- early. To handle this peculiar case, mark the related iterator
+ -- loop as requiring the secondary stack. This signals the
+ -- finalization machinery to manage the secondary stack (see
+ -- routine Process_Statements_For_Controlled_Objects).
Iter_Loop := Find_Enclosing_Iterator_Loop (Trans_Scop);