This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6e11bb451ba AVR: Add 8 more avrxmega3 MCUs. new 2d694414ada libstdc++: Fix infinite loop in std::istream::ignore(n, del [...] new 2a0c083558b libstdc++: Heterogeneous std::pair comparisons [PR113386] new 0d58450659a libstdc++: Add std::reference_wrapper comparison operators [...] new b6239715c10 libstdc++: Update libstdc++.so versioning history for 14.1. [...]
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: libstdc++-v3/doc/html/manual/abi.html | 2 +- libstdc++-v3/doc/xml/manual/abi.xml | 2 +- libstdc++-v3/include/bits/refwrap.h | 45 +++++++++ libstdc++-v3/include/bits/stl_pair.h | 32 +++++-- libstdc++-v3/include/bits/version.def | 8 ++ libstdc++-v3/include/bits/version.h | 10 ++ libstdc++-v3/include/std/functional | 1 + libstdc++-v3/src/c++98/istream.cc | 13 ++- .../20_util/pair/comparison_operators/lwg3865.cc | 15 +++ .../testsuite/20_util/reference_wrapper/compare.cc | 95 +++++++++++++++++++ .../27_io/basic_istream/ignore/char/93672.cc | 101 +++++++++++++++++++++ .../27_io/basic_istream/ignore/wchar_t/93672.cc | 34 +++++++ 12 files changed, 346 insertions(+), 12 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/pair/comparison_operators/lwg3865.cc create mode 100644 libstdc++-v3/testsuite/20_util/reference_wrapper/compare.cc create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/ignore/char/93672.cc create mode 100644 libstdc++-v3/testsuite/27_io/basic_istream/ignore/wchar_t/93672.cc