From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 73E9A3858002; Tue, 28 Feb 2023 21:14:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 73E9A3858002 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677618868; bh=jg09GRjghh6s/4I9EIlTB37nJjZkoHK8gVGuOgvm2fw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=j114aUo8FQpfW3Gspmr6kC+0EQqDd3fieMQ6+mEZ1g4CoV63vhK1CURClvELkw5o4 zfdGDxSaZgSVJn9xpv6d96/xiGHIsrBuJ1aN3Uw695ZezTbTW6bN723l8qaqziyHdI h7sR2VmLm2lRhm1LpaqqEs3okkRLmlpUXTRFzPmw= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/108865] gcc on Windows fails with Unicode path to source file Date: Tue, 28 Feb 2023 21:14:28 +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: pinskia at gcc dot gnu.org 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: 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 --- Comment #8 from Andrew Pinski --- (In reply to Costas Argyris from comment #7)=20 > I couldn't find examples online for doing this. There are examples of > compiling and linking resource files in general using GNU tools, but not a > resource file that just references a manifest xml file. So unless some= one > has some deeper knowledge on how to do this, I seem to be blocked atm. Thanks for doing this at least this far. At least we know the next step/fix really and hopefully someone else can figure out the correct change to do t= he rest of the way.=