]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 1 Jul 2025 00:26:05 +0000 (00:26 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 1 Jul 2025 00:26:05 +0000 (00:26 +0000)
gcc/DATESTAMP
gcc/ada/ChangeLog
libstdc++-v3/ChangeLog

index 258e00165abee646ac1eba5dcdb67b2690a0cbe8..ac92899c88845b7d22cd59671f20db9582f0247b 100644 (file)
@@ -1 +1 @@
-20250630
+20250701
index 8c4b8237f31403276229c75de8f53930d864937c..bdbce9736f65c1632c55aba9ae503a566525d257 100644 (file)
@@ -1,3 +1,39 @@
+2025-06-30  Bob Duff  <duff@adacore.com>
+
+       * exp_attr.adb (Attribute_Max_Size_In_Storage_Elements):
+       Return Storage_Count'Last converted to universal_integer.
+
+2025-06-30  Eric Botcazou  <ebotcazou@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  <baird@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  <desplanques@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  <ebotcazou@adacore.com>
+
+       * exp_ch7.adb (Process_Transient_In_Scope): Bail out if the object
+       is an ignored ghost entity.
+
+2025-06-30  Eric Botcazou  <ebotcazou@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  <ebotcazou@adacore.com>
 
        PR ada/120854
index 0742cdbc53e7270a37777448b438a16d0f3fa643..59cbe6e14f349a078bf98bfda8578e5db1898557 100644 (file)
@@ -1,3 +1,13 @@
+2025-06-30  Tomasz Kamiński  <tkaminsk@redhat.com>
+
+       Backported from master:
+       2025-06-25  Tomasz Kamiński  <tkaminsk@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  <jwakely@redhat.com>
 
        Backported from master: