This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 58da1386d22 Daily bump. new a088d93c210 libstdc++: Set active union member in constexpr std::string [...] new c6bd8fac5e3 libstdc++: Fix wstring conversions in filesystem::path [PR95048] new 9c45321cdbf libstdc++: Fix std::move_only_function for incomplete param [...]
The 3 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/include/bits/basic_string.h | 4 +- libstdc++-v3/include/bits/fs_path.h | 126 ++++++++++++--------- libstdc++-v3/include/bits/mofunc_impl.h | 5 +- libstdc++-v3/include/experimental/bits/fs_path.h | 52 +++++++-- .../testsuite/20_util/move_only_function/call.cc | 11 ++ .../27_io/filesystem/path/construct/95048.cc | 45 ++++++++ .../filesystem/path/construct/95048.cc | 47 ++++++++ 7 files changed, 217 insertions(+), 73 deletions(-) create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/path/construct/95048.cc create mode 100644 libstdc++-v3/testsuite/experimental/filesystem/path/construct/95048.cc