summaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch5.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2011-10-24 09:24:35 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2011-10-24 09:24:35 +0000
commit962950088da94ff758ba6d5d2dae162da592fc79 (patch)
tree1dc5fccd16a43a4b60f37dbb9057544ac4505cce /gcc/ada/exp_ch5.adb
parent84c0d8e8d58c14a8d5d95335a591bc4b3c03ef97 (diff)
downloadgcc-962950088da94ff758ba6d5d2dae162da592fc79.tar.gz
2011-10-24 Vasiliy Fofanov <fofanov@adacore.com>
* gnat_ugn.texi: Document explicit use of XDECGNAT library. 2011-10-24 Hristian Kirtchev <kirtchev@adacore.com> * exp_ch3.adb (Build_Assignment): Add local constant N_Loc and update its uses. (Build_Discriminant_Assignments): Add local variable D_Loc and update its uses. (Build_Init_Statements): Add local variables Comp_Loc, Decl_Loc and Var_Loc and update their uses. (Build_Record_Init_Proc): Code reformatting. (Increment_Counter): Add formal parameter Loc. (Make_Counter): Add formal parameter Loc. 2011-10-24 Eric Botcazou <ebotcazou@adacore.com> * sem_disp.adb (Covers_Some_Interface): Fix typo. 2011-10-24 Matthew Heaney <heaney@adacore.com> * a-cuprqu.adb, a-cbprqu.adb (Dequeue_Only_High_Priority): Predicate had wrong sense. 2011-10-24 Yannick Moy <moy@adacore.com> * sem_ch13.adb (Analyze_Aspect_Specifications/Aspect_Test_Case): Translate arguments in positional notation into pragma argument association arguments for the generated pragma. 2011-10-24 Arnaud Charlet <charlet@adacore.com> * exp_ch5.adb: Fix minor typo. 2011-10-24 Ed Schonberg <schonberg@adacore.com> * sem_ch3.adb (Is_Visible_Component): Refine predicate for the case of a component reference in an instance body, when the enclosing type is private. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180369 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_ch5.adb')
-rw-r--r--gcc/ada/exp_ch5.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_ch5.adb b/gcc/ada/exp_ch5.adb
index 8d487727009..971d0ad65d2 100644
--- a/gcc/ada/exp_ch5.adb
+++ b/gcc/ada/exp_ch5.adb
@@ -3460,7 +3460,7 @@ package body Exp_Ch5 is
End_Label => End_Label (N)));
-- The loop parameter's entity must be removed from the loop
- -- scope's entity list, since itw will now be located in the
+ -- scope's entity list, since it will now be located in the
-- new block scope. Any other entities already associated with
-- the loop scope, such as the loop parameter's subtype, will
-- remain there.