From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ACFB338582A3; Mon, 6 Mar 2023 12:25:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ACFB338582A3 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678105539; bh=9x6RctfuNWRhLyEMUp6REVgoSpi7b7hAtQ4WXpmpCOQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gYpRTz1SQUcIT0Pg+uv6/TYSj4Cb1GNLyWZPF1iE3l1LMwcxbrgMdHrOZKggd2zdp kvUzmdZL8gvTzV0vfh0pXQiW715mJ231sfQdLq+yzrLeukyAg+b5c/T7eAJpbB8onU 03MAIuc6dBa06TGd+g5fm2HFA9qqke1ro2Nsg2Us= From: "costas.argyris at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/108865] gcc on Windows fails with Unicode path to source file Date: Mon, 06 Mar 2023 12:25:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: driver X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: costas.argyris at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created 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=3D108865 Costas Argyris changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #54589|0 |1 is obsolete| | --- Comment #19 from Costas Argyris --- Created attachment 54594 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54594&action=3Dedit Improve patch structure This improves the modularity of the patch by isolating the utf8-related instructions into their own separate makefile fragment 'x-mingw32-utf8' whi= ch gets referenced as an additional host_xmake_file, leaving the main x-mingw32 file intact (well, except a minor irrelevant opportunistic cleanup).=