aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r--gcc/ada/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 1ce4588..bc92ffe 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,18 @@
+2025-04-12 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR ada/119643
+ * sem_ch8.adb (Inherit_Renamed_Profile): Add guard against the
+ peculiarities of Natural and Positive.
+
+2025-04-07 Eric Botcazou <ebotcazou@adacore.com>
+
+ * gcc-interface/utils.cc (convert) <POINTER_TYPE>: Use fold_convert
+ to convert between thin pointers. If the source is a thin pointer
+ with zero offset from the base and the target is a pointer to its
+ array, displace the pointer after converting it.
+ * gcc-interface/utils2.cc (build_unary_op) <ATTR_ADDR_EXPR>: Use
+ fold_convert to convert the address before displacing it.
+
2025-04-04 Eric Botcazou <ebotcazou@adacore.com>
* libgnat/a-ngcoar.adb (Eigensystem): Adjust notation and fix the