aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/einfo.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-06-18 11:05:37 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-06-18 11:05:37 +0200
commit22cb89b5d64658ab1f9835ff42981e895bbe2dab (patch)
treefdb6461959848edd0ac0162f136554c4a7f02f28 /gcc/ada/einfo.ads
parente9672ebe5d3c2695c61ca92c29af4a1df222db13 (diff)
downloadgcc-22cb89b5d64658ab1f9835ff42981e895bbe2dab.zip
gcc-22cb89b5d64658ab1f9835ff42981e895bbe2dab.tar.gz
gcc-22cb89b5d64658ab1f9835ff42981e895bbe2dab.tar.bz2
[multiple changes]
2010-06-18 Ed Schonberg <schonberg@adacore.com> * exp_util.adb (Make_Subtype_From_Expr): If the unconstrained type is the class-wide type for a private extension, and the completion is a subtype, set the type of the class-wide type to the base type of the full view. 2010-06-18 Robert Dewar <dewar@adacore.com> * g-socket.ads, sem_aggr.adb, einfo.ads, sem_elim.adb, sem_intr.adb, sem_eval.adb: Minor reformatting 2010-06-18 Ed Schonberg <schonberg@adacore.com> * sem_type.adb (Is_Ancestor): If either type is private, examine full view. From-SVN: r160966
Diffstat (limited to 'gcc/ada/einfo.ads')
-rw-r--r--gcc/ada/einfo.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/einfo.ads b/gcc/ada/einfo.ads
index 6c4dde7..27c0b66e 100644
--- a/gcc/ada/einfo.ads
+++ b/gcc/ada/einfo.ads
@@ -6189,7 +6189,7 @@ package Einfo is
-- have an RM_Size value of zero).
-- In two cases, Known_Static_Esize and Known_Static_RM_Size, there is one
- -- more consideration, which is that we always return false for generic
+ -- more consideration, which is that we always return False for generic
-- types. Within a template, the size can look known, because of the fake
-- size values we put in template types, but they are not really known and
-- anyone testing if they are known within the template should get False as