https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95048

--- Comment #27 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jonathan Wakely <r...@gcc.gnu.org>:

https://gcc.gnu.org/g:d6384ad1a9ab7ea46990a7ed1299d5a2be4acece

commit r14-2478-gd6384ad1a9ab7ea46990a7ed1299d5a2be4acece
Author: Jonathan Wakely <jwak...@redhat.com>
Date:   Wed Jul 12 14:40:19 2023 +0100

    libstdc++: Check conversion from filesystem::path to wide strings [PR95048]

    The testcase added for this bug only checks conversion from wide strings
    on construction, but the fix also covered conversion to wide stings via
    path::wstring(). Add checks for that, and u16string() and u32string().

    libstdc++-v3/ChangeLog:

            PR libstdc++/95048
            * testsuite/27_io/filesystem/path/construct/95048.cc: Check
            conversions to wide strings.
            * testsuite/experimental/filesystem/path/construct/95048.cc:
            Likewise.

Reply via email to