https://gcc.gnu.org/g:f14b608614dc8ca428282486cdd62536d41f5754

commit r14-10760-gf14b608614dc8ca428282486cdd62536d41f5754
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Wed Oct 9 00:23:40 2024 +0000

    Daily bump.

Diff:
---
 gcc/ChangeLog           |  6 ++++++
 gcc/DATESTAMP           |  2 +-
 gcc/ada/ChangeLog       | 28 ++++++++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 15 +++++++++++++++
 4 files changed, 50 insertions(+), 1 deletion(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index db667e1f2a78..5f08248cd7aa 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2024-10-08  Jan Beulich  <jbeul...@suse.com>
+
+       * config/i386/sse.md (vaesdec_<mode>, vaesdeclast_<mode>,
+       vaesenc_<mode>, vaesenclast_<mode>): Replace which_alternative
+       check by TARGET_AES one.
+
 2024-10-05  John David Anglin  <dang...@gcc.gnu.org>
 
        * config/pa/pa.md: Fix indirect_got constraint.
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index 4eb153b60d23..6d0d2e770437 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20241008
+20241009
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index ba090322650d..efec09ceb273 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,31 @@
+2024-10-08  Eric Botcazou  <ebotca...@adacore.com>
+
+       * exp_aggr.ads (Is_Two_Pass_Aggregate): New function declaration.
+       * exp_aggr.adb (Is_Two_Pass_Aggregate): New function body.
+       (Expand_Array_Aggregate): Call Is_Two_Pass_Aggregate to detect the
+       aggregates that need the 2-pass expansion.
+       * exp_ch3.adb (Expand_Freeze_Array_Type): In the anonymous array
+       case, build the initialization procedure if the initial value in
+       the object declaration is a 2-pass aggregate.
+
+2024-10-08  Eric Botcazou  <ebotca...@adacore.com>
+
+       PR ada/115535
+       * exp_put_image.adb (Build_Elementary_Put_Image_Call): Use the size
+       of the underlying type to find the support type.
+
+2024-10-08  Eric Botcazou  <ebotca...@adacore.com>
+
+       PR ada/114640
+       * exp_util.adb (Find_Hook_Context): For a node present within a
+       conditional expression, do not return an N_Elsif_Part node.
+
+2024-10-08  Eric Botcazou  <ebotca...@adacore.com>
+
+       PR ada/114636
+       * sem_ch12.adb (Check_Formal_Package_Instance): For a defaulted
+       formal discrete type, skip the generated implicit base type.
+
 2024-10-04  Eric Botcazou  <ebotca...@adacore.com>
 
        PR ada/116430
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 9af343129d20..2da8d553243b 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,18 @@
+2024-10-08  Eric Botcazou  <ebotca...@adacore.com>
+
+       PR ada/116190
+       * gnat.dg/aggr31.adb: New test.
+
+2024-10-08  Eric Botcazou  <ebotca...@adacore.com>
+
+       PR ada/115535
+       * gnat.dg/put_image1.adb: New test
+
+2024-10-08  Eric Botcazou  <ebotca...@adacore.com>
+
+       PR ada/114636
+       * gnat.dg/specs/generic_inst1.ads: New test.
+
 2024-10-04  H.J. Lu  <hjl.to...@gmail.com>
 
        Backported from master:

Reply via email to