This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4a7ab35 2015-09-23 Richard Biener rguenther@suse.de new 459de46 Fix filesystem::create_directories() function new 8dabee1 Fix semantics of Filesystem TS directory iterators new 22d6391 Limit number of symlinks that canonical() will resolve
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 | 40 ++++++++ libstdc++-v3/acinclude.m4 | 2 +- libstdc++-v3/config.h.in | 6 +- libstdc++-v3/configure | 2 +- libstdc++-v3/include/experimental/fs_dir.h | 34 ++++--- libstdc++-v3/src/filesystem/dir.cc | 108 ++++++++++----------- libstdc++-v3/src/filesystem/ops.cc | 107 ++++++++++++-------- .../directory_iterator.cc} | 47 +++++---- .../iterators/recursive_directory_iterator.cc | 104 ++++++++++++++++++++ .../{canonical.cc => create_directories.cc} | 43 ++++---- 10 files changed, 344 insertions(+), 149 deletions(-) copy libstdc++-v3/testsuite/experimental/filesystem/{operations/canonical.cc => it [...] create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/iterators/recurs [...] copy libstdc++-v3/testsuite/experimental/filesystem/operations/{canonical.cc => cr [...]