From: GCC Administrator Date: Tue, 1 Jul 2025 00:26:05 +0000 (+0000) Subject: Daily bump. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a352fb36ba627e99aa5807aaea3c990e1629a851;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 258e00165ab..ac92899c888 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250630 +20250701 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 8c4b8237f31..bdbce9736f6 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,39 @@ +2025-06-30 Bob Duff + + * exp_attr.adb (Attribute_Max_Size_In_Storage_Elements): + Return Storage_Count'Last converted to universal_integer. + +2025-06-30 Eric Botcazou + + * sem_prag.adb (Analyze_Pragma) : + Call Find_Type on the first argument of the pragma. + +2025-06-30 Steve Baird + + * 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 + + * 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 + + * exp_ch7.adb (Process_Transient_In_Scope): Bail out if the object + is an ignored ghost entity. + +2025-06-30 Eric Botcazou + + * 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 PR ada/120854 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 0742cdbc53e..59cbe6e14f3 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,13 @@ +2025-06-30 Tomasz Kamiński + + Backported from master: + 2025-06-25 Tomasz Kamiński + + PR libstdc++/120650 + * include/bits/chrono_io.h + (formatter::parse): Call _M_parse with + only Month being available. + 2025-06-12 Jonathan Wakely Backported from master: