aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r--gcc/ada/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index c042274..24fc930 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,16 @@
+2015-05-26 Ed Schonberg <schonberg@adacore.com>
+
+ * sem_ch13.adb: sem_ch13.adb (Add_Predicates): Undo analysis
+ of original expression in ASIS mode: does not solve the ASIS
+ problem of a usable type information, and crashes the back-end
+ when performing type annotations.
+
+2015-05-26 Robert Dewar <dewar@adacore.com>
+
+ * sem_disp.adb (Inherited_Subprograms): Add One_Only parameter.
+ (Is_Overriding_Subprogram): Use One_Only_Parameter.
+ * sem_disp.ads (Inherited_Subprograms): Add One_Only parameter.
+
2015-05-26 Robert Dewar <dewar@adacore.com>
* exp_prag.adb, sem_ch3.adb, sem_ch5.adb, exp_ch11.adb, ghost.adb,