This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cb9a4a5 2016-10-24 Moritz Klammler moritz@glammler.eu new b453839 Implement DR resolutions for filesystem::copy new 8913100 Do not retry failed close(3) in filesystem::copy new 7650759 Make directory iterators become end iterator on error new 1070926 PR71337 fix filesystem::temp_directory_path error handling new 9e94ae7 Fix error handling in filesystem::is_empty
The 5 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 | 38 +++++++++++++ libstdc++-v3/src/filesystem/dir.cc | 17 +----- libstdc++-v3/src/filesystem/ops.cc | 65 ++++++++++++++-------- .../filesystem/iterators/directory_iterator.cc | 4 +- .../iterators/recursive_directory_iterator.cc | 4 +- .../experimental/filesystem/operations/copy.cc | 30 +++++++--- .../clear.cc => operations/read_symlink.cc} | 33 ++++++----- .../filesystem/operations/temp_directory_path.cc | 46 +++++++++++++++ 8 files changed, 173 insertions(+), 64 deletions(-) copy libstdc++-v3/testsuite/experimental/filesystem/{path/modifiers/clear.cc => op [...]