summaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r--gcc/ada/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 13d20301ba6..d6a96deac3a 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,14 @@
+2010-09-10 Ed Schonberg <schonberg@adacore.com>
+
+ * sem_ch3.adb (Derive_Subprograms): An interface primitive operation
+ that is a renaming must be derived like any other primitive operation,
+ the renamed operation is not relevant to the derivation.
+
+2010-09-10 Robert Dewar <dewar@adacore.com>
+
+ * sem_aux.ads: Add comment for Is_Inherently_Limited_Type.
+ * checks.adb: Minor reformatting.
+
2010-09-10 Robert Dewar <dewar@adacore.com>
* gnat_ugn.texi: Add section on intent of style checking options.