This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bb2f3eae161 * config/pa/pa.md (memory_barrier): Revise to use ldcw bar [...] new eb0f6e07e10 Add another test case to exercise the previous MODE_PARTIAL [...] new ccc2fbf851c libstdc++: define std::common_comparison_category for C++20 new 203b9cfcc92 libsupc++: add <compare> to precompiled header
The 3 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/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.target/powerpc/pr92090-2.c | 44 ++++++++++ libstdc++-v3/ChangeLog | 7 ++ libstdc++-v3/doc/doxygen/user.cfg.in | 1 + libstdc++-v3/include/precompiled/stdc++.h | 2 +- libstdc++-v3/libsupc++/compare | 99 ++++++++++++++++++---- .../testsuite/18_support/comparisons/common/1.cc | 48 +++++++++++ 7 files changed, 187 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/pr92090-2.c create mode 100644 libstdc++-v3/testsuite/18_support/comparisons/common/1.cc