]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 12 Jun 2025 00:24:37 +0000 (00:24 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 12 Jun 2025 00:24:37 +0000 (00:24 +0000)
gcc/DATESTAMP
libstdc++-v3/ChangeLog

index a3ea83c2661f0752f85c789993314d449c800fcd..b1bf7be35491f40d2624aec050dcf694944aa96f 100644 (file)
@@ -1 +1 @@
-20250611
+20250612
index bd13b97e6d90f450cdf05dbd381572c2fb513951..6a76947d89a2e5eed7fa44121de89399f8165bb0 100644 (file)
@@ -1,3 +1,35 @@
+2025-06-11  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-11  Jonathan Wakely  <jwakely@redhat.com>
+
+       Backported from master:
+       2024-09-14  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/std/format (__formatter_fp::_M_localize): Add comments
+       and micro-optimize string copy.
+
+2025-06-11  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: