From a88a57739f16e8d09a3c63208765e36fa9867011 Mon Sep 17 00:00:00 2001 From: charlet Date: Fri, 18 Jul 2014 09:48:47 +0000 Subject: 2014-07-18 Robert Dewar * 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 --- gcc/ada/exp_ch4.adb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gcc/ada/exp_ch4.adb') 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, -- cgit v1.2.1