From d760cbfd8d6da62eb0410f7927e3755632dba1cf Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Wed, 11 Feb 2026 00:17:37 +0000 Subject: [PATCH] Daily bump. --- 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 380770db252a..2b16dbcf9fbc 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,41 @@ +2026-02-10 Jonathan Wakely + + Backported from master: + 2025-11-24 Jonathan Wakely + + * python/libstdcxx/v6/xmethods.py (ListMethodsMatcher.match): + Fix lookup for node type. + +2026-02-10 Jonathan Wakely + + Backported from master: + 2025-11-24 Jonathan Wakely + + 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 + + Backported from master: + 2026-02-10 Jonathan Wakely + + 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 Tomasz KamiƄski Backported from master: