summaryrefslogtreecommitdiff
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 79b81ca3d2c..4984482bc82 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,17 @@
+2010-10-22 Javier Miranda <miranda@adacore.com>
+
+ * sem_aggr.adb (Resolve_Array_Aggregate.Add): If the type of the
+ aggregate has a non standard representation the attributes 'Val and
+ 'Pos expand into function calls and the resulting expression is
+ considered non-safe for reevaluation by the backend. Relocate it into
+ a constant temporary to indicate to the backend that it is side
+ effects free.
+
+2010-10-22 Ed Schonberg <schonberg@adacore.com>
+
+ * sem_ch3.adb (Build_Concurrent_Derived_Type): Create declaration for
+ derived corresponding record type only when expansion is enabled.
+
2010-10-22 Robert Dewar <dewar@adacore.com>
* sem_case.adb, sem_attr.adb (Bad_Predicated_Subtype_Use): Change order