From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9383C385842A; Wed, 12 Jul 2023 20:24:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9383C385842A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1689193470; bh=1Qg64MQXhPP1LZGOp3vYyCKrksodtrycoBY8pP7jhnc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Y9FneVO4FaDS2VJVWwEXKhzxJbnOVibwCNj3XKRcx3QyLyVjGJiDQrolaAzXn5gBj 78ZINFXih/f/4GgNIvZzVCNRrksET+vsLylcArzH0xf/4Lk5rn4IYwf0jWInI0C5cR ZcvWXLm/6nuwJAw7Ii8tRARR8Z26zXN0JF6PfiAo= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/95048] [11 Regression] wstring-constructor of std::filesystem::path throws for non-ASCII characters Date: Wed, 12 Jul 2023 20:24:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: redi at gcc dot gnu.org X-Bugzilla-Target-Milestone: 11.5 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D95048 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #31 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #24) > Yes, I agree. I'll get those added. Tests updated to include conversion to wide strings with wstring().=