This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 49795733fdc Simplify recently introduced check to simplify_bound. new 4714fd14afa libstdc++: Add spaceship operator to std::type_index new 596676d66ca libstdc++: Add comparison operators to types from Utilities clause
The 2 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 | 22 +++++++++++ libstdc++-v3/include/bits/allocator.h | 4 ++ libstdc++-v3/include/bits/locale_classes.h | 2 + libstdc++-v3/include/bits/std_function.h | 3 +- libstdc++-v3/include/ext/bitmap_allocator.h | 4 +- libstdc++-v3/include/ext/debug_allocator.h | 2 + libstdc++-v3/include/ext/extptr_allocator.h | 2 + libstdc++-v3/include/ext/malloc_allocator.h | 2 + libstdc++-v3/include/ext/mt_allocator.h | 2 + libstdc++-v3/include/ext/new_allocator.h | 2 + libstdc++-v3/include/ext/pool_allocator.h | 2 + libstdc++-v3/include/ext/throw_allocator.h | 2 + libstdc++-v3/include/std/bitset | 2 + libstdc++-v3/include/std/memory_resource | 6 ++- libstdc++-v3/include/std/scoped_allocator | 2 + libstdc++-v3/include/std/typeindex | 17 +++++++++ .../typeindex/comparison_operators_c++20.cc} | 44 +++++++++++----------- 17 files changed, 93 insertions(+), 27 deletions(-) copy libstdc++-v3/testsuite/{23_containers/priority_queue/92878_92947.cc => 20_uti [...]