https://gcc.gnu.org/g:32b82acbc2dbc0d8da14df25c23ec2d158167878
commit r13-9098-g32b82acbc2dbc0d8da14df25c23ec2d158167878 Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Wed Oct 9 00:21:40 2024 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 28 ++++++++++++++++++++++++++++ gcc/testsuite/ChangeLog | 15 +++++++++++++++ 3 files changed, 44 insertions(+), 1 deletion(-) 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 99a45f5d60bf..13cbaa3a9409 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-06-10 Eric Botcazou <ebotca...@adacore.com> PR ada/114708 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 144dd4ed157c..61ec5a5a16ea 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: