https://gcc.gnu.org/g:465e7aca6d3c0a0f243eb1145d7de935915dd469

commit r12-10885-g465e7aca6d3c0a0f243eb1145d7de935915dd469
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Mon Jan 6 00:19:13 2025 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP     |  2 +-
 gcc/ada/ChangeLog | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 224468dbaf56..197d498df297 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20250105
+20250106
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index f4404c7b0103..b0085cf918b0 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,34 @@
+2025-01-05  Estevan Castilho (Tevo)  <estevan....@gmail.com>
+
+       * libgnarl/s-taprop__dummy.adb: Remove use clause for
+       System.Parameters.
+       (Unlock): Remove Global_Lock formal parameter.
+       (Write_Lock): Likewise.
+
+2025-01-05  Eric Botcazou  <ebotca...@adacore.com>
+
+       PR ada/118234
+       * exp_aggr.adb (Convert_To_Assignments): In the case of a
+       component association, call Is_Container_Aggregate on the parent's
+       parent.
+       (Expand_Array_Aggregate): Likewise.
+
+2025-01-05  Eric Botcazou  <ebotca...@adacore.com>
+
+       PR ada/118234
+       * exp_aggr.adb (Convert_To_Assignments): Tweak comment.
+       (Expand_Array_Aggregate): Do not delay the expansion if the parent
+       node is a container aggregate.
+
+2025-01-05  Marc Poulhiès  <poulh...@adacore.com>
+
+       PR ada/118234
+       * exp_aggr.adb (Convert_To_Assignments): Do not mark node for
+       delayed expansion if parent type has the Aggregate aspect.
+       * sem_util.adb (Is_Container_Aggregate): Move...
+       * sem_util.ads (Is_Container_Aggregate): ... here and make it
+       public.
+
 2024-12-12  Eric Botcazou  <ebotca...@adacore.com>
 
        PR ada/117996

Reply via email to