This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8753b13a31c IBM Z: fix `section type conflict` with -mindirect-branch-table new 19b8946dbda libstdc++: Improve config output for --enable-cstdio [PR104301] new 90263a48303 libstdc++: Fix doxygen comment for filesystem::perms operators new ec09a5335f0 libstdc++: Reset filesystem::recursive_directory_iterator on error new 2dc2f417288 libstdc++: Add more tests for filesystem directory iterators
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/acinclude.m4 | 4 +- libstdc++-v3/configure | 7 +- libstdc++-v3/include/bits/fs_fwd.h | 2 +- libstdc++-v3/src/c++17/fs_dir.cc | 12 +- libstdc++-v3/src/filesystem/dir.cc | 12 +- .../filesystem/iterators/97731.cc | 7 +- .../27_io/filesystem/iterators/error_reporting.cc | 135 ++++++++++++++++++++ .../iterators/recursive_directory_iterator.cc | 19 +++ .../filesystem/iterators/error_reporting.cc | 136 +++++++++++++++++++++ .../iterators/recursive_directory_iterator.cc | 21 +++- 10 files changed, 342 insertions(+), 13 deletions(-) copy libstdc++-v3/testsuite/{experimental => 27_io}/filesystem/iterators/97731.cc (85%) create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/iterators/error_reporting.cc create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/iterators/error_ [...]