https://gcc.gnu.org/g:f30f1c70553ddbe688f812c474406dd863549597

commit r14-11839-gf30f1c70553ddbe688f812c474406dd863549597
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Thu Jun 12 00:24:37 2025 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP          |  2 +-
 libstdc++-v3/ChangeLog | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index a3ea83c2661f..b1bf7be35491 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20250611
+20250612
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index bd13b97e6d90..6a76947d89a2 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,35 @@
+2025-06-11  Jonathan Wakely  <jwak...@redhat.com>
+
+       Backported from master:
+       2025-06-05  Jonathan Wakely  <jwak...@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-11  Jonathan Wakely  <jwak...@redhat.com>
+
+       Backported from master:
+       2024-09-14  Jonathan Wakely  <jwak...@redhat.com>
+
+       * include/std/format (__formatter_fp::_M_localize): Add comments
+       and micro-optimize string copy.
+
+2025-06-11  Jonathan Wakely  <jwak...@redhat.com>
+
+       Backported from master:
+       2025-06-04  Jonathan Wakely  <jwak...@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  <jwak...@redhat.com>
 
        Backported from master:

Reply via email to