summaryrefslogtreecommitdiffstats
path: root/gcc/ada/exp_aggr.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-06 09:43:23 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-06 09:43:23 +0000
commit72e2690a0d79c063d811d1db11f2c3284b61b4d9 (patch)
tree51da2dab55493e0366ca4d794cd80c8d4315d781 /gcc/ada/exp_aggr.ads
parentd92885db43bc83b3ab33ade861813c88e0d786ca (diff)
downloadppe42-gcc-72e2690a0d79c063d811d1db11f2c3284b61b4d9.tar.gz
ppe42-gcc-72e2690a0d79c063d811d1db11f2c3284b61b4d9.zip
New file.
Resync. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123611 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/exp_aggr.ads')
-rw-r--r--gcc/ada/exp_aggr.ads5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/exp_aggr.ads b/gcc/ada/exp_aggr.ads
index 664e654a999..65897df5d66 100644
--- a/gcc/ada/exp_aggr.ads
+++ b/gcc/ada/exp_aggr.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2005, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2006, 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- --
@@ -32,7 +32,8 @@ package Exp_Aggr is
procedure Expand_N_Extension_Aggregate (N : Node_Id);
function Is_Delayed_Aggregate (N : Node_Id) return Boolean;
- -- returns True if N is a delayed aggregate of some kind
+ -- Returns True if N is an aggregate of some kind whose Expansion_Delayed
+ -- flag is set (see sinfo for meaning of flag).
procedure Convert_Aggr_In_Object_Decl (N : Node_Id);
-- N is a N_Object_Declaration with an expression which must be
OpenPOWER on IntegriCloud