aboutsummaryrefslogtreecommitdiff
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 fd8d79a..1183396 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,5 +1,16 @@
2016-04-18 Hristian Kirtchev <kirtchev@adacore.com>
+ * sem_ch3.adb (Analyze_Object_Declaration): Do not consider
+ internally generated expressions when trying to determine whether
+ a formal parameter of a tagged type subject to Extensions_Visible
+ False is used to initialize an object.
+ * sem_ch4.adb (Analyze_Type_Conversion): Do not consider
+ internally generated expressions when trying to determine whether
+ a formal parameter of a tagged type subject to Extensions_Visible
+ False is used in a type conversion.
+
+2016-04-18 Hristian Kirtchev <kirtchev@adacore.com>
+
* sem_res.adb (Is_Protected_Operation_Call):
Add guards to account for a non-decorated selected component.