diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-11-20 11:01:05 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-11-20 11:01:05 +0100 |
commit | 3cb9a885dfef841f13f4b96fb5b1fae318f4a8bb (patch) | |
tree | 4603a4cb0e21f2e4dcea476ff0bd3ade89e9254d /gcc/ada/sem_ch7.adb | |
parent | e6121733d569202d5e790c1e085c852748364f99 (diff) | |
download | gcc-3cb9a885dfef841f13f4b96fb5b1fae318f4a8bb.zip gcc-3cb9a885dfef841f13f4b96fb5b1fae318f4a8bb.tar.gz gcc-3cb9a885dfef841f13f4b96fb5b1fae318f4a8bb.tar.bz2 |
[multiple changes]
2014-11-20 Robert Dewar <dewar@adacore.com>
* exp_ch7.adb, sem_ch5.adb, sem_ch7.adb, sem_util.adb,
sem_ch6.adb: Minor reformatting.
2014-11-20 Javier Miranda <miranda@adacore.com>
* exp_ch4.adb (Expand_N_Type_Conversion): Add missing implicit
conversion to force the displacement of the pointer to the object
to reference the secondary dispatch table.
From-SVN: r217829
Diffstat (limited to 'gcc/ada/sem_ch7.adb')
-rw-r--r-- | gcc/ada/sem_ch7.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch7.adb b/gcc/ada/sem_ch7.adb index ebc17a2..1acef30 100644 --- a/gcc/ada/sem_ch7.adb +++ b/gcc/ada/sem_ch7.adb @@ -2444,7 +2444,8 @@ package body Sem_Ch7 is function Requires_Completion_In_Body (Id : Entity_Id; - Pack_Id : Entity_Id) return Boolean is + Pack_Id : Entity_Id) return Boolean + is begin -- Always ignore child units. Child units get added to the entity list -- of a parent unit, but are not original entities of the parent, and |