aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r--gcc/ada/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 3380383..3ff802f 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,15 @@
+2013-04-23 Ed Schonberg <schonberg@adacore.com>
+
+ * sem_util.ads, sem_util.adb: Code cleanup for Is_Expression_Function
+ (can apply to any scope entity).
+ * sem_res.adb (Resolve_Call): If the call is within another
+ expression function it does not constitute a freeze point.
+
+2013-04-23 Yannick Moy <moy@adacore.com>
+
+ * exp_ch6.adb (Expand_Actuals): Test that Subp
+ is overloadable before testing if it's an inherited operation.
+
2013-04-23 Robert Dewar <dewar@adacore.com>
* a-envvar.adb, a-envvar.ads, exp_util.adb, sem_ch12.adb: Minor