This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2201c33012d 2017-10-25 Richard Biener rguenther@suse.de new 5a6a0bf5071 Fix filesystem::path::lexically_normal algorithm new 730671b58f9 PR libstdc++/79283 fix filesystem::read_symlink for /proc
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 | 34 ++++++++ libstdc++-v3/src/filesystem/ops.cc | 37 ++++++--- libstdc++-v3/src/filesystem/std-ops.cc | 40 +++++++--- libstdc++-v3/src/filesystem/std-path.cc | 4 +- .../27_io/filesystem/operations/canonical.cc | 27 +++---- .../27_io/filesystem/operations/proximate.cc | 26 ++++--- .../testsuite/27_io/filesystem/path/append/path.cc | 21 ++--- .../testsuite/27_io/filesystem/path/concat/path.cc | 12 ++- .../27_io/filesystem/path/concat/strings.cc | 2 +- .../27_io/filesystem/path/construct/locale.cc | 4 +- .../filesystem/path/decompose/root_directory.cc | 2 +- .../27_io/filesystem/path/generation/normal.cc | 90 +++++++++++++++++++--- .../27_io/filesystem/path/generation/proximate.cc | 20 ++--- .../27_io/filesystem/path/generation/relative.cc | 20 ++--- .../filesystem/path/generic/generic_string.cc | 1 - .../filesystem/path/modifiers/make_preferred.cc | 2 +- .../filesystem/path/modifiers/remove_filename.cc | 16 ++-- .../filesystem/path/modifiers/replace_extension.cc | 11 +-- .../filesystem/path/modifiers/replace_filename.cc | 12 +-- libstdc++-v3/testsuite/util/testsuite_fs.h | 1 + 20 files changed, 265 insertions(+), 117 deletions(-)