This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 596676d66ca libstdc++: Add comparison operators to types from Utilities clause new eef00439e67 Go Gcc_backend class: mark prefetch as novops new d43919bf887 libstdc++: Add comparison operators to std::filesystem types
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/go/ChangeLog | 9 ++ gcc/go/go-gcc.cc | 179 +++++++++++---------- libstdc++-v3/ChangeLog | 11 ++ libstdc++-v3/include/bits/fs_dir.h | 23 ++- libstdc++-v3/include/bits/fs_fwd.h | 4 + libstdc++-v3/include/bits/fs_path.h | 27 +++- .../27_io/filesystem/path/compare/compare.cc | 2 +- .../27_io/filesystem/path/compare/lwg2936.cc | 2 +- .../27_io/filesystem/path/compare/path.cc | 2 +- .../27_io/filesystem/path/compare/strings.cc | 2 +- .../path/{compare/path.cc => nonmember/cmp.cc} | 40 +++-- .../27_io/filesystem/path/nonmember/cmp_c++20.cc | 80 +++++++++ 12 files changed, 266 insertions(+), 115 deletions(-) copy libstdc++-v3/testsuite/27_io/filesystem/path/{compare/path.cc => nonmember/cm [...] create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/nonmember/cmp_c++20.cc