This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from 96f7d41d9bc Daily bump. new 52dfda5432c PR libstdc++/83626 Don't throw for remove("") and remove_all("") new ea6a77a2ca5 Fix type printers for Library Fundamentals 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: libstdc++-v3/ChangeLog | 20 ++++++ libstdc++-v3/python/libstdcxx/v6/printers.py | 6 +- libstdc++-v3/src/filesystem/ops.cc | 45 ++++++++----- .../operations/{remove_all.cc => remove.cc} | 76 ++++++++++++---------- .../filesystem/operations/remove_all.cc | 36 +++++++--- 5 files changed, 122 insertions(+), 61 deletions(-) copy libstdc++-v3/testsuite/experimental/filesystem/operations/{remove_all.cc => r [...]