This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1227307bfd7 PR c++/83916 - ICE with template template parameters. new 8bb7c9b7559 gcc/ChangeLog: new b6545b2d7df PR libstdc++/78420 Make std::less etc. yield total order fo [...]
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/config/rs6000/rs6000-builtin.def | 8 +- gcc/config/rs6000/rs6000-c.c | 16 +- gcc/config/rs6000/rs6000.c | 12 +- libstdc++-v3/ChangeLog | 12 + libstdc++-v3/include/bits/stl_function.h | 278 +++++++++++++++++++-- .../function_objects/comparisons_pointer.cc | 206 +++++++++++++++ 6 files changed, 496 insertions(+), 36 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/comparisons_pointer.cc