Daily bump.

This commit is contained in:
GCC Administrator
2026-02-11 00:17:37 +00:00
parent b23129514a
commit d760cbfd8d
2 changed files with 39 additions and 1 deletions

View File

@@ -1 +1 @@
20260210
20260211

View File

@@ -1,3 +1,41 @@
2026-02-10 Jonathan Wakely <jwakely@redhat.com>
Backported from master:
2025-11-24 Jonathan Wakely <jwakely@redhat.com>
* python/libstdcxx/v6/xmethods.py (ListMethodsMatcher.match):
Fix lookup for node type.
2026-02-10 Jonathan Wakely <jwakely@redhat.com>
Backported from master:
2025-11-24 Jonathan Wakely <jwakely@redhat.com>
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 <jwakely@redhat.com>
Backported from master:
2026-02-10 Jonathan Wakely <jwakely@redhat.com>
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 <tkaminsk@redhat.com>
Backported from master: