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

index e4f3f94cc79d12b6e3bad183d8071461ab6edd41..4d0f2fa882a451d0ddf43e579a7e659ede3cfb75 100644 (file)
@@ -1,3 +1,21 @@
+2025-06-10  Andrew Pinski  <quic_apinski@quicinc.com>
+
+       Backported from master:
+       2025-04-30  Andrew Pinski  <quic_apinski@quicinc.com>
+
+       PR target/120042
+       * tree-vectorizer.h: Include dominance.h.
+
+2025-06-10  Xi Ruoyao  <xry111@xry111.site>
+
+       Backported from master:
+       2025-06-04  Xi Ruoyao  <xry111@xry111.site>
+
+       PR rtl-optimization/120050
+       * ext-dce.cc (ext_dce_process_uses): Break early if a SUBREG in
+       rhs is promoted and the truncation from the inner mode to the
+       outer mode is not a noop when handling SETs.
+
 2025-06-06  Tobias Burnus  <tburnus@baylibre.com>
 
        Backported from master:
index 52988ae3b03d4b7f56a1bea9cf5d255ecf729c72..a3ea83c2661f0752f85c789993314d449c800fcd 100644 (file)
@@ -1 +1 @@
-20250610
+20250611
index b275a5cd50e8bf1ba68f8d5accf3e10d9d30260e..61fc42e76198c3fe33d10f494975a49a08e0c4cf 100644 (file)
@@ -1,3 +1,37 @@
+2025-06-10  Gary Dismukes  <dismukes@adacore.com>
+
+       * einfo.ads: Revise comment about Dynamic_Predicate flag to make it
+       more accurate.
+       * sem_case.adb (Check_Choices): Test "not Has_Static_Predicate_Aspect"
+       as additional guard for error about use of subtype with nonstatic
+       predicate as a case choice. Improve related error message.
+
+2025-06-10  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * freeze.adb (Freeze_Static_Object): Do not issue any error message
+       for compiler-generated entities.
+
+2025-06-10  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * exp_ch4.adb (Insert_Conditional_Object_Declaration): Deal with a
+       transient scope being created around the declaration.
+       * freeze.adb (Freeze_Entity): Do not call Freeze_Static_Object for
+       a renaming declaration.
+
+2025-06-10  Gary Dismukes  <dismukes@adacore.com>
+
+       * exp_aggr.adb (Build_Container_Aggr_Code.To_Int): Apply Enumeration_Pos
+       to Entity (Expr) rather than Expr.
+
+2025-06-10  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * sem_ch12.adb (Copy_Generic_Node): Do not call Root_Type to find
+       the root type of an aggregate of a derived tagged type.
+
+2025-06-10  Ronan Desplanques  <desplanques@adacore.com>
+
+       * libgnarl/s-stusta.adb (Compute_All_Tasks): Skip terminated tasks.
+
 2025-06-09  Gary Dismukes  <dismukes@adacore.com>
 
        * sem_ch3.adb (Constrain_Index): In the case of a fixed-lower-bound index,
index 838f13d31c80092192ade372d25bd001394afe64..fac998b63eba7d00e31c2de5b7106daed3bb6c39 100644 (file)
@@ -1,3 +1,27 @@
+2025-06-10  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-06-04  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/99832
+       * include/bits/chrono.h (system_clock::to_time_t): Add
+       always_inline attribute to be agnostic to the underlying type of
+       time_t.
+       (system_clock::from_time_t): Add always_inline for consistency
+       with to_time_t.
+       * testsuite/20_util/system_clock/99832.cc: New test.
+
+2025-06-10  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2025-06-05  Jonathan Wakely  <jwakely@redhat.com>
+
+       PR libstdc++/120548
+       * include/std/format (__formatter_fp::_M_localize): Do not
+       include a leading sign character in the string to be grouped.
+       * testsuite/std/format/functions/format.cc: Check grouping when
+       sign is present in the output.
+
 2025-06-06  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: