This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8973c32e2b1 Fix breakage introduced by r276985. * config/avr/avr.c (a [...] new bcdf4aec362 Define [range.cmp] comparisons for C++20 new 14b2576d8c0 Process new C++17 and C++20 headers with Doxygen
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 | 16 ++ libstdc++-v3/doc/doxygen/user.cfg.in | 13 +- libstdc++-v3/include/Makefile.am | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/bits/range_cmp.h | 179 +++++++++++++++++++++ libstdc++-v3/include/std/functional | 3 + .../20_util/function_objects/identity/1.cc | 40 +++++ .../20_util/function_objects/range.cmp/equal_to.cc | 77 +++++++++ .../20_util/function_objects/range.cmp/greater.cc | 82 ++++++++++ .../function_objects/range.cmp/greater_equal.cc | 82 ++++++++++ .../20_util/function_objects/range.cmp/less.cc | 82 ++++++++++ .../function_objects/range.cmp/less_equal.cc | 82 ++++++++++ .../function_objects/range.cmp/not_equal_to.cc | 77 +++++++++ 13 files changed, 734 insertions(+), 1 deletion(-) create mode 100644 libstdc++-v3/include/bits/range_cmp.h create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/identity/1.cc create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/range.cmp/equal_to.cc create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/range.cmp/greater.cc create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/range.cmp/great [...] create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/range.cmp/less.cc create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/range.cmp/less_ [...] create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/range.cmp/not_e [...]