This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from ce26b0c7f6f Daily bump. new 89e7b77df1a libstdc++: Fix noexcept on dtors in <experimental/scope> [P [...] new cf8faabcac2 libstdc++: Fix access error in __gnu_test::uneq_allocator new 775df91dfb0 libstdc++: Fix <charconv> uses of signed types with <bit> f [...] new 4c0a9f49c62 libstdc++: Fix std::tr2::dynamic_bitset support for alterna [...] new 9888addaa9e libstdc++: Update outdated docs on contributing new 90acd16257e libstdc++: Change some URLs in the manual to use https new 3a16060d605 libstdc++: Fix conditions for using memcmp in std::lexicogr [...]
The 7 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: .../doc/html/manual/appendix_contributing.html | 22 ++++++------ .../doc/html/manual/source_code_style.html | 4 +-- .../doc/xml/manual/appendix_contributing.xml | 26 +++++++------- libstdc++-v3/include/bits/stl_algobase.h | 41 ++++++++++++---------- libstdc++-v3/include/experimental/scope | 6 ++-- libstdc++-v3/include/std/charconv | 6 ++-- libstdc++-v3/include/tr2/dynamic_bitset | 2 +- .../lexicographical_compare_three_way/113960.cc | 15 ++++++++ .../testsuite/experimental/scopeguard/114152.cc | 24 +++++++++++++ .../testsuite/tr2/dynamic_bitset/string.cc | 36 +++++++++++++++++++ libstdc++-v3/testsuite/util/testsuite_allocator.h | 2 +- 11 files changed, 133 insertions(+), 51 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/lexicographical_compare_th [...] create mode 100644 libstdc++-v3/testsuite/experimental/scopeguard/114152.cc create mode 100644 libstdc++-v3/testsuite/tr2/dynamic_bitset/string.cc