This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch in repository gcc.
from 54abff70da5 * gcc-interface/utils.c (max_size) <tcc_unary>: Be prepare [...] new b27702ad968 PR libstdc++/89117 backport path::replace_extension("") fix new 21d8a7728d3 Fix std::filesystem::absolute for empty paths new 896e5940662 PR libstdc++/86595 add missing noexcept new 90d6528bffa Apply resolution for LWG DR 3096 new 27b1d9db138 PR libstdc++/86910 fix filesystem::create_directories
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 | 51 +++++++++++++ libstdc++-v3/doc/xml/manual/intro.xml | 7 ++ libstdc++-v3/include/bits/fs_dir.h | 9 ++- libstdc++-v3/src/filesystem/ops.cc | 32 +++++++-- libstdc++-v3/src/filesystem/std-ops.cc | 84 ++++++++++++++++------ libstdc++-v3/src/filesystem/std-path.cc | 9 ++- .../27_io/filesystem/operations/absolute.cc | 6 +- .../filesystem/operations/create_directories.cc | 51 +++++++++++++ .../27_io/filesystem/path/generation/relative.cc | 20 ++++++ .../filesystem/path/modifiers/replace_extension.cc | 9 +++ .../filesystem/operations/create_directories.cc | 52 ++++++++++++++ 11 files changed, 297 insertions(+), 33 deletions(-)