This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c81ddee1c5a [PR c++/90754] name lookup ICE new 067cff00242 PR libstdc++/90281 Fix string conversions for filesystem::path new 4b48ab1965d Add 'noexcept' to std::lerp
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 | 64 ++++++++ libstdc++-v3/include/bits/fs_path.h | 182 ++++++++++----------- libstdc++-v3/include/bits/locale_conv.h | 56 +++++-- libstdc++-v3/include/c_global/cmath | 8 +- libstdc++-v3/include/experimental/bits/fs_path.h | 118 +++++++------ 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 +++ 15 files changed, 584 insertions(+), 265 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