aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch9.ads
diff options
context:
space:
mode:
authorBob Duff <duff@adacore.com>2014-07-30 10:48:49 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2014-07-30 12:48:49 +0200
commit6be44a9ab06b3df25281100bdc7a3d55fe8f7778 (patch)
treede6edf5d0aa70a81c1cc3c2d68023d15f142afa1 /gcc/ada/exp_ch9.ads
parentac072cb2f4dd884d48fb7527cadf2aa0b1a656d0 (diff)
exp_ch9.ads, [...]: Minor comment fixes.
2014-07-30 Bob Duff <duff@adacore.com> * exp_ch9.ads, sem_prag.adb, exp_ch4.adb, sem_ch13.adb: Minor comment fixes. * treepr.ads, treepr.adb (ppp): Make this debugging routine accept any type covered by Union_Id. From-SVN: r213248
Diffstat (limited to 'gcc/ada/exp_ch9.ads')
-rw-r--r--gcc/ada/exp_ch9.ads5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/exp_ch9.ads b/gcc/ada/exp_ch9.ads
index abbd4e72fba..d9fa7d6d7fb 100644
--- a/gcc/ada/exp_ch9.ads
+++ b/gcc/ada/exp_ch9.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2013, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2014, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -173,7 +173,8 @@ package Exp_Ch9 is
-- allocated aggregates with default initialized components. Init_Stmts
-- contains the list of statements required to initialize the allocated
-- aggregate. It replaces the call to Init (Args) done by
- -- Build_Task_Allocate_Block.
+ -- Build_Task_Allocate_Block. Also used to expand allocators containing
+ -- build-in-place function calls.
function Build_Wrapper_Spec
(Subp_Id : Entity_Id;