This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from 073d2234ccd [PATCH, PR83492] Fix selection of aarch64 big-endian shift [...] new 8cc2c7aab39 PR libstdc++/79283 fix filesystem::read_symlink for /proc new 8a464f9577b PR libstdc++/83626 Don't report errors when removing non-ex [...] new d9df9a87c4d Avoid redundant calls to filesystem::status_known
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: libstdc++-v3/ChangeLog | 39 +++++++++ libstdc++-v3/include/experimental/bits/fs_ops.h | 7 +- libstdc++-v3/src/filesystem/ops.cc | 99 ++++++++++++++++------ .../operations/{remove_all.cc => remove.cc} | 76 +++++++++-------- .../filesystem/operations/remove_all.cc | 34 ++++++-- 5 files changed, 185 insertions(+), 70 deletions(-) copy libstdc++-v3/testsuite/experimental/filesystem/operations/{remove_all.cc => r [...]