This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 4127c426e84 Daily bump. new d308b11fa94 libstdc++: Fix wstring conversions in filesystem::path [PR95048]
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/include/bits/fs_path.h | 126 ++++++++++++--------- libstdc++-v3/include/experimental/bits/fs_path.h | 53 +++++++-- .../27_io/filesystem/path/construct/95048.cc | 45 ++++++++ .../filesystem/path/construct/95048.cc | 47 ++++++++ 4 files changed, 204 insertions(+), 67 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