aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r--gcc/ada/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index b81550c..984e97d 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,17 @@
+2013-04-23 Vincent Celier <celier@adacore.com>
+
+ * prj-part.ads, prj-conf.ads: Minor comment updates.
+
+2013-04-23 Ed Schonberg <schonberg@adacore.com>
+
+ * einfo.adb (Predicate_Function): For a private type, retrieve
+ predicate function from full view.
+ * aspects.adb (Find_Aspect): Ditto.
+ * exp_ch6.adb (Expand_Actuals): If the formal is class-wide and
+ the actual is a definite type, apply predicate check after call.
+ * sem_res.adb: Do not apply a predicate check before the call to
+ a generated Init_Proc.
+
2013-04-23 Robert Dewar <dewar@adacore.com>
* sem_ch13.adb (Analyze_Aspect_Specifications): Significant