diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-17 12:14:36 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-17 12:14:36 +0200 |
commit | 36c735526202039b0dbc128cbf47fde38d39e21f (patch) | |
tree | 57c5b615c263c73c74f43f4d191d8cdf32df81d2 /gcc/ada/sinfo.ads | |
parent | cac5a8014c2418c21917fef679a4243d97fce6b7 (diff) | |
download | gcc-36c735526202039b0dbc128cbf47fde38d39e21f.zip gcc-36c735526202039b0dbc128cbf47fde38d39e21f.tar.gz gcc-36c735526202039b0dbc128cbf47fde38d39e21f.tar.bz2 |
[multiple changes]
2009-04-17 Thomas Quinot <quinot@adacore.com>
* sinfo.ads, exp_aggr.adb, exp_aggr.ads: Minor reformatting
* exp_ch7.adb: Minor reformatting
2009-04-17 Bob Duff <duff@adacore.com>
* exp_ch4.adb (Expand_Allocator_Expression): In an initialized
allocator, check that the expression of the qualified expression obeys
the constraints of the subtype of the qualified expression.
2009-04-17 Thomas Quinot <quinot@adacore.com>
* sprint.adb (Write_Itype): Add handling of enumeration subtypes.
From-SVN: r146239
Diffstat (limited to 'gcc/ada/sinfo.ads')
-rw-r--r-- | gcc/ada/sinfo.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sinfo.ads b/gcc/ada/sinfo.ads index 5a20bc7..b87c917 100644 --- a/gcc/ada/sinfo.ads +++ b/gcc/ada/sinfo.ads @@ -976,7 +976,7 @@ package Sinfo is -- Expansion_Delayed (Flag11-Sem) -- Set on aggregates and extension aggregates that need a top-down rather - -- than bottom up expansion. Typically aggregate expansion happens bottom + -- than bottom-up expansion. Typically aggregate expansion happens bottom -- up. For nested aggregates the expansion is delayed until the enclosing -- aggregate itself is expanded, e.g. in the context of a declaration. To -- delay it we set this flag. This is done to avoid creating a temporary |