aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r--gcc/ada/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 9f1ccb7..0a8e374 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,12 @@
+2014-07-29 Robert Dewar <dewar@adacore.com>
+
+ * frontend.adb, inline.adb, sem_util.adb, sem_res.adb,
+ prepcomp.ads: Minor reformatting and code clean up.
+ * exp_ch6.adb (Expand_Actuals): Generate predicate test
+ unconditionally for case of OUT or IN OUT actual (before this
+ was generated only for certain subcases, which is wrong, the
+ test is always needed).
+
2014-07-29 Ed Schonberg <schonberg@adacore.com>
* sem_ch3.adb: Move Has_Defaulted_Discriminants to sem_util.