summaryrefslogtreecommitdiff
path: root/gcc/ada/sem_ch7.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-11-20 10:01:05 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-11-20 10:01:05 +0000
commit250b2c223b7215dd6a4e272d1b1cb8912aaa70e1 (patch)
tree4603a4cb0e21f2e4dcea476ff0bd3ade89e9254d /gcc/ada/sem_ch7.adb
parente8d07056f991e7e2c39935ec31872c994fc90ac4 (diff)
downloadgcc-250b2c223b7215dd6a4e272d1b1cb8912aaa70e1.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217829 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/sem_ch7.adb')
-rw-r--r--gcc/ada/sem_ch7.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch7.adb b/gcc/ada/sem_ch7.adb
index ebc17a24f09..1acef30dee0 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