[Ada] Beef up comment in exp_attr.adb
2019-07-22 Eric Botcazou <ebotcazou@adacore.com> gcc/ada/ * exp_attr.adb (Expand_Loop_Entry_Attribute): Beef up comment. From-SVN: r273688
This commit is contained in:
parent
ca305a848c
commit
75f6bfcefd
@ -1,3 +1,7 @@
|
||||
2019-07-22 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* exp_attr.adb (Expand_Loop_Entry_Attribute): Beef up comment.
|
||||
|
||||
2019-07-22 Ed Schonberg <schonberg@adacore.com>
|
||||
|
||||
* libgnat/s-valboo.ads, libgnat/s-valcha.ads,
|
||||
|
@ -1390,8 +1390,9 @@ package body Exp_Attr is
|
||||
-- This avoids the duplication of the same code which may lead
|
||||
-- to gigi issues with respect to multiple declaration of the
|
||||
-- same entity in the presence of side effects or checks. Note
|
||||
-- that the condition actions must also be relocated to the
|
||||
-- wrapping function.
|
||||
-- that the condition actions must also be relocated into the
|
||||
-- wrapping function because they may contain itypes, e.g. in
|
||||
-- the case of a comparison involving slices.
|
||||
|
||||
-- Generate:
|
||||
-- <condition actions>
|
||||
|
Loading…
Reference in New Issue
Block a user