This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dab5d73959c process transitive inferred ranges in pre_fold_stmt. new b331bf303bd 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 | 51 +++++++-- .../27_io/filesystem/path/construct/95048.cc | 45 ++++++++ .../filesystem/path/construct/95048.cc | 47 ++++++++ 4 files changed, 203 insertions(+), 66 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