diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-03 10:02:56 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-03 10:02:56 +0200 |
commit | c0b118502029cede7f7fe9fa16bae5ff936ac461 (patch) | |
tree | f799ddc9473294fcea2b4faca5462e7c472648ec /gcc/ada/einfo.ads | |
parent | edc429ff61275ef7df40999418e6b6e365a22131 (diff) | |
download | gcc-c0b118502029cede7f7fe9fa16bae5ff936ac461.tar.gz |
[multiple changes]
2011-08-03 Gary Dismukes <dismukes@adacore.com>
* sem_aggr.adb (Analyze_Array_Aggregate): When checking the discrete
choices of a named array aggregate, bail out when any choices are
marked as Errors_Posted.
2011-08-03 Ed Schonberg <schonberg@adacore.com>
* exp_ch13.adb (Expand_N_Freeze_Entity): cleanup determination of scope
in which entity is frozen, to handle properly loop variables in
iterators.
2011-08-03 Ed Schonberg <schonberg@adacore.com>
* sem_res.adb (Set_String_Literal_Subtype): if the lower bound of the
subtype is not static, compute the upper bound using attributes, to
handle properly index types that are not integer types.
2011-08-03 Bob Duff <duff@adacore.com>
* gnat_rm.texi, gnat_ugn.texi: Fix some dangling URLs.
Update copyright notice.
2011-08-03 Ed Schonberg <schonberg@adacore.com>
* sem_ch3.adb (Build_Discriminant_Constraints): Only use
Original_Discriminant if within an instance.
* sem_ch4.adb (Analyze_Selected_Component): Ditto.
2011-08-03 Thomas Quinot <quinot@adacore.com>
* einfo.ads: Minor reformatting.
2011-08-03 Ed Schonberg <schonberg@adacore.com>
* exp_disp.adb (Check_Premature_Freezing): diagnose the presence of a
composite type with an unfrozen subcomponent, in the profile of a
primitive operation.
From-SVN: r177236
Diffstat (limited to 'gcc/ada/einfo.ads')
-rw-r--r-- | gcc/ada/einfo.ads | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/einfo.ads b/gcc/ada/einfo.ads index d666b5f85fb..993094e19c7 100644 --- a/gcc/ada/einfo.ads +++ b/gcc/ada/einfo.ads @@ -2426,11 +2426,11 @@ package Einfo is -- Thus this flag has no meaning to the back end. -- Is_Limited_Composite (Flag106) --- Present in all entities. Set for composite types that have a --- limited component. Used to enforce the rule that operations on --- the composite type that depend on the full view of the component --- do not become visible until the immediate scope of the composite --- type itself (RM 7.3.1 (5)). +-- Present in all entities. Set for composite types that have a limited +-- component. Used to enforce the rule that operations on the composite +-- type that depend on the full view of the component do not become +-- visible until the immediate scope of the composite type itself +-- (RM 7.3.1 (5)). -- Is_Limited_Interface (Flag197) -- Present in record types and subtypes. True for interface types, if |