This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from 6250e18 Daily bump. new 5bc96a1 Backport Filesystem TS fixes from mainline.
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/ChangeLog | 76 ++++++++++ libstdc++-v3/acinclude.m4 | 19 ++- libstdc++-v3/config.h.in | 8 +- libstdc++-v3/configure | 32 +++- libstdc++-v3/include/bits/locale_conv.h | 8 +- libstdc++-v3/include/experimental/fs_dir.h | 34 +++-- libstdc++-v3/include/experimental/fs_path.h | 8 + libstdc++-v3/src/filesystem/Makefile.am | 12 +- libstdc++-v3/src/filesystem/Makefile.in | 17 ++- .../filesystem/cow-dir.cc} | 7 +- .../filesystem/cow-ops.cc} | 7 +- .../filesystem/cow-path.cc} | 7 +- libstdc++-v3/src/filesystem/dir.cc | 165 ++++++++++----------- libstdc++-v3/src/filesystem/ops.cc | 141 ++++++++++++++++-- libstdc++-v3/src/filesystem/path.cc | 10 +- .../filesystem/iterators/directory_iterator.cc | 77 ++++++++++ .../iterators/recursive_directory_iterator.cc | 104 +++++++++++++ .../experimental/filesystem/operations/absolute.cc | 4 + .../operations/{status.cc => canonical.cc} | 40 +++-- .../experimental/filesystem/operations/copy.cc | 4 + .../{status.cc => create_directories.cc} | 49 ++++-- .../filesystem/operations/current_path.cc | 4 + .../experimental/filesystem/operations/exists.cc | 17 ++- .../filesystem/operations/file_size.cc | 4 + .../experimental/filesystem/operations/status.cc | 4 + .../filesystem/operations/temp_directory_path.cc | 4 + .../experimental/filesystem/path/assign/assign.cc | 4 + .../experimental/filesystem/path/concat/strings.cc | 4 + .../filesystem/path/construct/range.cc | 9 +- .../experimental/filesystem/path/factory/TODO | 0 .../testsuite/experimental/filesystem/path/io/TODO | 0 .../experimental/filesystem/path/native/TODO | 0 32 files changed, 692 insertions(+), 187 deletions(-) copy libstdc++-v3/{config/locale/generic/c++locale_internal.h => src/filesystem/co [...] copy libstdc++-v3/{config/locale/generic/c++locale_internal.h => src/filesystem/co [...] copy libstdc++-v3/{config/locale/generic/c++locale_internal.h => src/filesystem/co [...] create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/iterators/direct [...] create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/iterators/recurs [...] copy libstdc++-v3/testsuite/experimental/filesystem/operations/{status.cc => canon [...] copy libstdc++-v3/testsuite/experimental/filesystem/operations/{status.cc => creat [...] delete mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/factory/TODO delete mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/io/TODO delete mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/native/TODO