aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r--gcc/ada/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index f6a0fd3..8b19deb 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,22 @@
+2025-12-08 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR ada/123037
+ * rtinit.c [__MINGW32__]: Include <stdlib.h> and not <windows.h>.
+ * rtfinal.c [__MINGW32__]: Do not include <windows.h>.
+
+2025-12-07 Eric Botcazou <ebotcazou@adacore.com>
+
+ PR ada/115349
+ * sem_attr.adb (Resolve_Attribute) <Attribute_Reduce>: Use the base
+ type as Accum_Type if the reducer is an operator from Standard and
+ the type is numeric. Use the type of the first operand for other
+ operators. Streamline the error message given for limited types.
+
+2025-12-06 Denis Mazzucato <mazzucato@adacore.com>
+
+ * sem_attr.adb (Resolve_Attribute): Check if the reducer is a
+ procedure before giving the warning.
+
2025-12-05 Javier Miranda <miranda@adacore.com>
* einfo.ads (Has_Unsigned_Base_Range_Aspect): Update documentation.