This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-9-branch in repository gcc.
from 0c30eee316b PR ada/80590 new 959669781ee PR libstdc++/90281 Fix string conversions for filesystem::path
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 | 62 +++++++ libstdc++-v3/include/bits/fs_path.h | 182 ++++++++++----------- libstdc++-v3/include/bits/locale_conv.h | 56 +++++-- libstdc++-v3/include/experimental/bits/fs_path.h | 120 ++++++++------ libstdc++-v3/src/c++17/fs_path.cc | 2 +- libstdc++-v3/src/filesystem/path.cc | 2 +- .../read_symlink.cc => path/construct/90281.cc} | 37 +++-- .../file_size.cc => path/factory/u8path.cc} | 48 +++--- .../27_io/filesystem/path/native/alloc.cc | 92 +++++++++++ .../27_io/filesystem/path/native/string.cc | 27 +++ .../status.cc => path/construct/90281.cc} | 44 +++-- .../file_size.cc => path/factory/u8path.cc} | 49 +++--- .../experimental/filesystem/path/native/alloc.cc | 93 +++++++++++ .../experimental/filesystem/path/native/string.cc | 27 +++ 14 files changed, 580 insertions(+), 261 deletions(-) copy libstdc++-v3/testsuite/27_io/filesystem/{operations/read_symlink.cc => path/c [...] copy libstdc++-v3/testsuite/27_io/filesystem/{operations/file_size.cc => path/fact [...] create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/native/alloc.cc copy libstdc++-v3/testsuite/experimental/filesystem/{operations/status.cc => path/ [...] copy libstdc++-v3/testsuite/experimental/filesystem/{operations/file_size.cc => pa [...] create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/native/alloc.cc