diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-14 11:26:32 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-14 11:26:32 +0200 |
commit | a50d57855134cc158154d694ef70df0020790aa9 (patch) | |
tree | 055b171a2b1f8340a0d798c1977eb41e2c6c9c32 /gcc/ada/exp_ch3.adb | |
parent | 5d993afdcbc8174b8edc27911da2d371838b4c07 (diff) | |
download | gcc-a50d57855134cc158154d694ef70df0020790aa9.zip gcc-a50d57855134cc158154d694ef70df0020790aa9.tar.gz gcc-a50d57855134cc158154d694ef70df0020790aa9.tar.bz2 |
[multiple changes]
2010-06-14 Robert Dewar <dewar@adacore.com>
* gnatcmd.adb, sem_util.adb, exp_ch3.adb: Minor reformatting
2010-06-14 Ed Schonberg <schonberg@adacore.com>
* sem_ch12.adb (Save_References): If an identifier has been rewritten
during analysis as an explicit dereference, keep the reference implicit
in the generic, but preserve the entity if global. This prevents
malformed generic trees in the presence of some nested generics.
2010-06-14 Sergey Rybin <rybin@adacore.com>
* gnat_ugn.texi: For the GNAT driver, clarify the effect of calling the
tool with '-files=' option. Also fix some small errors (wrong brackets)
From-SVN: r160716
Diffstat (limited to 'gcc/ada/exp_ch3.adb')
-rw-r--r-- | gcc/ada/exp_ch3.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/exp_ch3.adb b/gcc/ada/exp_ch3.adb index 9420558..83fc7e3 100644 --- a/gcc/ada/exp_ch3.adb +++ b/gcc/ada/exp_ch3.adb @@ -593,7 +593,7 @@ package body Exp_Ch3 is ------------------------ function Init_One_Dimension (N : Int) return List_Id is - Index : Entity_Id; + Index : Entity_Id; begin -- If the component does not need initializing, then there is nothing |