This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8b50d7a4762 aarch64: Tweak SVE load/store costs new 875d6cb3b49 libstdc++: Add comparison operators for string and regex types
The 1 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/ChangeLog | 33 +++++ libstdc++-v3/include/bits/basic_string.h | 54 ++++++-- libstdc++-v3/include/bits/char_traits.h | 40 ++++++ libstdc++-v3/include/bits/regex.h | 88 ++++++++++++- libstdc++-v3/include/std/string_view | 17 +++ .../basic_string/operators/char/cmp_c++20.cc} | 140 +++++++------------- .../basic_string/operators/wchar_t/cmp_c++20.cc} | 144 +++++++------------- .../operations/copy/char/constexpr.cc | 2 +- .../operations/copy/wchar_t/constexpr.cc | 2 +- .../basic_string_view/operators/char/2.cc | 93 +------------ .../operators/char/{2.cc => cmp_c++20.cc} | 145 +++++++++------------ .../basic_string_view/operators/wchar_t/2.cc | 93 +------------ .../operators/wchar_t/{2.cc => cmp_c++20.cc} | 145 +++++++++------------ .../sub_match/{compare.cc => compare_c++20.cc} | 34 ++++- 14 files changed, 468 insertions(+), 562 deletions(-) copy libstdc++-v3/testsuite/{experimental/string_view/operators/char/2.cc => 21_st [...] copy libstdc++-v3/testsuite/{experimental/string_view/operators/wchar_t/2.cc => 21 [...] copy libstdc++-v3/testsuite/21_strings/basic_string_view/operators/char/{2.cc => c [...] copy libstdc++-v3/testsuite/21_strings/basic_string_view/operators/wchar_t/{2.cc = [...] copy libstdc++-v3/testsuite/28_regex/sub_match/{compare.cc => compare_c++20.cc} (86%)