This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8e1e6cdb8fb libphobos: Remove undefined DRUNTIME_GC from configure scripts new 93843da6977 libstdc++: Add comparison operators to associative containers new 73a0a21d22d libstdc++: Update __cpp_lib_three_way_comparison macro new 371d1011d76 libphobos: Fix option name for --with-libphobos-druntime-only. new b0146791f00 libstdc++: Correct changelog of previous commit
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: libphobos/ChangeLog | 5 ++ libphobos/configure | 18 +++--- libphobos/configure.ac | 10 ++-- libstdc++-v3/ChangeLog | 23 ++++++++ libstdc++-v3/include/bits/stl_map.h | 31 +++++++++- libstdc++-v3/include/bits/stl_multimap.h | 31 +++++++++- libstdc++-v3/include/bits/stl_multiset.h | 31 +++++++++- libstdc++-v3/include/bits/stl_set.h | 30 +++++++++- libstdc++-v3/include/bits/stl_tree.h | 15 +++++ libstdc++-v3/include/debug/map.h | 10 +++- libstdc++-v3/include/debug/multimap.h | 8 +++ libstdc++-v3/include/debug/multiset.h | 10 +++- libstdc++-v3/include/debug/set.h | 10 +++- libstdc++-v3/include/std/version | 2 +- libstdc++-v3/libsupc++/compare | 16 +++++- .../{list => map/operators}/cmp_c++20.cc | 67 +++++++--------------- .../{list => multimap/operators}/cmp_c++20.cc | 67 +++++++--------------- .../{list => multiset/operators}/cmp_c++20.cc | 63 ++++++-------------- .../{list => set/operators}/cmp_c++20.cc | 63 ++++++-------------- 19 files changed, 298 insertions(+), 212 deletions(-) copy libstdc++-v3/testsuite/23_containers/{list => map/operators}/cmp_c++20.cc (56%) copy libstdc++-v3/testsuite/23_containers/{list => multimap/operators}/cmp_c++20.cc (56%) copy libstdc++-v3/testsuite/23_containers/{list => multiset/operators}/cmp_c++20.cc (56%) copy libstdc++-v3/testsuite/23_containers/{list => set/operators}/cmp_c++20.cc (56%)