https://gcc.gnu.org/g:58be49fad69ecb5b5d4e1c0557dde988ede7f1f4

commit r14-12862-g58be49fad69ecb5b5d4e1c0557dde988ede7f1f4
Author: GCC Administrator <[email protected]>
Date:   Tue Sep 8 00:18:50 2026 +0000

    Daily bump.

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

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index bce4a90beeb0..ddeb467b9032 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20260907
+20260908
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index b876c43a612c..91a3015f7ad0 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,30 @@
+2026-09-07  Tomasz Kamiński  <[email protected]>
+
+       Backported from master:
+       2026-08-27  Tomasz Kamiński  <[email protected]>
+
+       PR libstdc++/123510
+       * src/c++20/tzdb.cc (at_time::is_indicator): Add case labels
+       for uppercase letters.
+       (operator>>(istream&, years_from_to)): Check for 'M' and 'O',
+       (chrono::reload_tzdb): Add case labels for lowercase letters,
+       and normalize first letter of type.
+       (operator>>(istream&, abbrev_month&)): Match all cases in
+       switch and days_chars.
+       (operator>>(istream&, on_month_day&)): Check for 'L'.
+       * testsuite/std/time/tzdb/name_matching.cc: New test.
+
+2026-09-07  Tomasz Kamiński  <[email protected]>
+
+       Backported from master:
+       2026-09-07  Tomasz Kamiński  <[email protected]>
+
+       PR libstdc++/118665
+       * include/bits/uniform_int_dist.h (uniform_int_distribution::_S_nd):
+       Substract __min (_Urbg::min()) from each generator invocation.
+       * 
testsuite/26_numerics/random/uniform_int_distribution/operators/values.cc:
+       Add testDiscreteDist for shifted (with non-zero min()) engine.
+
 2026-08-25  Jonathan Wakely  <[email protected]>
 
        Backported from master:

Reply via email to