This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 26575058826 Daily bump. new 7da0fc24aa6 libstdc++: Implement spaceship for std::array (P1614R2) new 00cb9d48923 libstdc++: Define pretty printer for comparison categories
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 | 13 +++++ libstdc++-v3/include/bits/cpp_type_traits.h | 9 ++++ libstdc++-v3/include/std/array | 20 +++++++ libstdc++-v3/python/libstdcxx/v6/printers.py | 19 +++++++ .../array/comparison_operators/constexpr.cc | 20 +++++++ .../23_containers/array/tuple_interface/get_neg.cc | 6 +-- .../testsuite/libstdc++-prettyprinters/cxx20.cc | 61 ++++++++++++++++++++++ 7 files changed, 145 insertions(+), 3 deletions(-) create mode 100644 libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx20.cc