This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 22c5bcc Move check_global_declaration from toplev.c to cgraphunit.c new fc466aa Implement filesystem::canonical() without realpath
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 | 22 +++++ libstdc++-v3/acinclude.m4 | 17 +++- libstdc++-v3/config.h.in | 2 +- libstdc++-v3/configure | 30 ++++++- libstdc++-v3/src/filesystem/ops.cc | 99 +++++++++++++++++++--- .../experimental/filesystem/operations/absolute.cc | 4 + .../operations/{status.cc => canonical.cc} | 51 +++++++---- .../experimental/filesystem/operations/copy.cc | 4 + .../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 + 13 files changed, 220 insertions(+), 42 deletions(-) copy libstdc++-v3/testsuite/experimental/filesystem/operations/{status.cc => canon [...]