https://gcc.gnu.org/g:a352fb36ba627e99aa5807aaea3c990e1629a851
commit r15-9883-ga352fb36ba627e99aa5807aaea3c990e1629a851 Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Tue Jul 1 00:26:05 2025 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 36 ++++++++++++++++++++++++++++++++++++ libstdc++-v3/ChangeLog | 10 ++++++++++ 3 files changed, 47 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 258e00165abe..ac92899c8884 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250630 +20250701 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 8c4b8237f314..bdbce9736f65 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,39 @@ +2025-06-30 Bob Duff <d...@adacore.com> + + * exp_attr.adb (Attribute_Max_Size_In_Storage_Elements): + Return Storage_Count'Last converted to universal_integer. + +2025-06-30 Eric Botcazou <ebotca...@adacore.com> + + * sem_prag.adb (Analyze_Pragma) <Pragma_No_Component_Reordering>: + Call Find_Type on the first argument of the pragma. + +2025-06-30 Steve Baird <ba...@adacore.com> + + * exp_put_image.adb (Build_Record_Put_Image_Procedure): If + Discriminant_Specifications takes us from the full view of a type + to an (intentionally) unanalyzed subtree, then instead find + discriminant entities by calling Discriminant_Specifications on + the partial view of the type. + +2025-06-30 Ronan Desplanques <desplanq...@adacore.com> + + * sem_ch6.adb (Check_Delayed_Subprogram, Possible_Freeze): Restrict + cases where freezing is delayed. + * sem_ch6.ads (Check_Delayed_Subprogram): Improve documentation + comment. + * sprint.adb (Write_Itype): Improve output. + +2025-06-30 Eric Botcazou <ebotca...@adacore.com> + + * exp_ch7.adb (Process_Transient_In_Scope): Bail out if the object + is an ignored ghost entity. + +2025-06-30 Eric Botcazou <ebotca...@adacore.com> + + * exp_util.adb (Insert_Actions): Extend special treatment applied + to freeze nodes to the case of blocks generated for aggregates. + 2025-06-28 Eric Botcazou <ebotca...@adacore.com> PR ada/120854 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0742cdbc53e7..59cbe6e14f34 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,13 @@ +2025-06-30 Tomasz Kamiński <tkami...@redhat.com> + + Backported from master: + 2025-06-25 Tomasz Kamiński <tkami...@redhat.com> + + PR libstdc++/120650 + * include/bits/chrono_io.h + (formatter<chrono::month_day_last,_CharT>::parse): Call _M_parse with + only Month being available. + 2025-06-12 Jonathan Wakely <jwak...@redhat.com> Backported from master: