This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 134bc017eba tree-optimization/123602 - avoid PRE-inserting abnormal SSA refs new b71599293fd c++: Make metafns.{gperf,h} usable in C++14 new 8fad43b7850 libstdc++: Use overload operator<=> when provided in relati [...]
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: gcc/cp/metafns.gperf | 5 +- gcc/cp/metafns.h | 475 +++++++++++---------- libstdc++-v3/include/bits/ranges_cmp.h | 7 +- libstdc++-v3/include/bits/stl_function.h | 183 ++++---- libstdc++-v3/include/std/concepts | 16 + libstdc++-v3/libsupc++/compare | 5 +- .../comparisons_pointer_spaceship.cc | 336 +++++++++++++++ 7 files changed, 709 insertions(+), 318 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/comparisons_poi [...]