https://gcc.gnu.org/g:fdec9468f1f30f3670ae38f325d40198cdf24186
commit r14-12311-gfdec9468f1f30f3670ae38f325d40198cdf24186 Author: GCC Administrator <[email protected]> Date: Wed Feb 11 00:18:44 2026 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- libstdc++-v3/ChangeLog | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 6aafc7bb8160..bc752f6cbcbc 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260210 +20260211 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ea334bc66c0a..9adf65e3539d 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,41 @@ +2026-02-10 Jonathan Wakely <[email protected]> + + Backported from master: + 2025-11-24 Jonathan Wakely <[email protected]> + + * python/libstdcxx/v6/xmethods.py (ListMethodsMatcher.match): + Fix lookup for node type. + +2026-02-10 Jonathan Wakely <[email protected]> + + Backported from master: + 2025-11-24 Jonathan Wakely <[email protected]> + + PR libstdc++/122821 + * python/libstdcxx/v6/xmethods.py (_versioned_namespace): Remove + global variable. + (is_specialization_of): Do not use _versioned_namespace. Add + __debug:: to regex. + +2026-02-10 Jonathan Wakely <[email protected]> + + Backported from master: + 2026-02-10 Jonathan Wakely <[email protected]> + + PR libstdc++/123991 + * include/bits/basic_string.h (compare(size_type, size_type, T)): + Remove noexcept-specifier. + (compare(size_type, size_type, T, size_type, size_type)): + Likewise. + * include/bits/cow_string.h (compare(size_type, size_type, T)): + Remove noexcept-specifier. + (compare(size_type, size_type, T, size_type, size_type)): + Likewise. + * testsuite/21_strings/basic_string/operations/compare/char/123991.cc: + New test. + * testsuite/21_strings/basic_string/operations/compare/wchar_t/123991.cc: + New test. + 2026-02-09 Jonathan Wakely <[email protected]> Backported from master:
