diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-18 09:48:47 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-18 09:48:47 +0000 |
commit | a88a57739f16e8d09a3c63208765e36fa9867011 (patch) | |
tree | f3806f298062cc781b6b88cd15f5972394056d65 /gcc/ada/exp_ch4.adb | |
parent | 51fdba743780a547f39ccf250457674f3a7560d9 (diff) | |
download | gcc-a88a57739f16e8d09a3c63208765e36fa9867011.tar.gz |
2014-07-18 Robert Dewar <dewar@adacore.com>
* sem_aggr.adb, exp_ch5.adb, sem_ch3.adb, layout.adb, sem_type.adb,
exp_util.adb, exp_attr.adb, einfo.adb, einfo.ads, exp_pakd.adb,
checks.adb, exp_pakd.ads, freeze.adb, sem_util.adb, exp_dbug.adb,
exp_dbug.ads, exp_ch4.adb, sem_ch8.adb, exp_aggr.adb, sem_eval.adb,
sem_ch13.adb: Change name Packed_Array_Type to Packed_Array_Impl_Type.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212797 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_ch4.adb')
-rw-r--r-- | gcc/ada/exp_ch4.adb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/exp_ch4.adb b/gcc/ada/exp_ch4.adb index 725efabd3bb..adf8dfce8e6 100644 --- a/gcc/ada/exp_ch4.adb +++ b/gcc/ada/exp_ch4.adb @@ -6189,9 +6189,9 @@ package body Exp_Ch4 is return; end if; - -- For a reference to a component of a bit packed array, we have to - -- convert it to a reference to the corresponding Packed_Array_Type. - -- We only want to do this for simple references, and not for: + -- For a reference to a component of a bit packed array, we convert it + -- to a reference to the corresponding Packed_Array_Impl_Type. We only + -- want to do this for simple references, and not for: -- Left side of assignment, or prefix of left side of assignment, or -- prefix of the prefix, to handle packed arrays of packed arrays, |