This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 914d2119720 MSP430: Fix postinc addressing mode being used for dst op o [...] new 37102db46e1 Fix __gcov_exit fn prototype. new 13305207bbf libstdc++: Define std::lexicographical_compare_three_way for C++20
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/ChangeLog | 6 + gcc/coverage.c | 3 +- libstdc++-v3/ChangeLog | 7 ++ libstdc++-v3/include/bits/stl_algobase.h | 101 ++++++++++++++++ .../lexicographical_compare_three_way/1.cc | 129 +++++++++++++++++++++ .../lexicographical_compare_three_way/constexpr.cc | 65 +++++++++++ 6 files changed, 309 insertions(+), 2 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/lexicographical_compare_th [...] create mode 100644 libstdc++-v3/testsuite/25_algorithms/lexicographical_compare_th [...]