This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3e16b4359e8 regrename: Fix -fcompare-debug issue in check_new_reg_p [PR105041] new 0a9af7b4ef1 libstdc++: Check for size overflow in constexpr allocation [...] new 29da01709fa libstdc++: Fix indentation in allocator base classes new 1b65779f46f libstdc++: Inline all basic_string::compare overloads [PR59048] new 6abe341558a libstdc++: Check lengths first in operator== for basic_stri [...]
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/include/bits/allocator.h | 7 +- libstdc++-v3/include/bits/basic_string.h | 87 +++++++++++++++++----- libstdc++-v3/include/bits/basic_string.tcc | 85 --------------------- libstdc++-v3/include/bits/cow_string.h | 63 ++++++++++++++-- libstdc++-v3/include/bits/new_allocator.h | 6 +- libstdc++-v3/include/ext/malloc_allocator.h | 6 +- libstdc++-v3/testsuite/20_util/allocator/105975.cc | 18 +++++ .../basic_string/operations/compare/char/3.cc | 7 ++ 8 files changed, 163 insertions(+), 116 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/allocator/105975.cc create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/operations/compa [...]