This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 68f46862d33 d: foreach over a tuple doesn't work on 16-bit targets (PR100999) new 1e690757d30 libstdc++: Fix filesystem::path comparisons for C++23
The 1 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/include/bits/fs_path.h | 17 +++++++++++++++-- libstdc++-v3/include/experimental/bits/fs_path.h | 16 ++++++++++++---- .../27_io/filesystem/path/native/conv_c++23.cc | 12 ++++++++++++ .../experimental/filesystem/path/native/conv_c++23.cc | 12 ++++++++++++ 4 files changed, 51 insertions(+), 6 deletions(-) create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/native/conv_c++23.cc create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/native/conv [...]