From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D956A3858C66; Fri, 13 Jan 2023 11:19:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D956A3858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673608783; bh=6euCH6VJJhk1vGSAxMEtvw6/dNrXzeOPqSOeXjQ7+FQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GOnGjeYzvH0IiNCgL/V7pIvZ8nLJhq5NFm/kQ8ifodpSWtt/UxY0Jf8fy4VlRSI7W O+QcFs9cmMf8VlRzircvp/iap6u0TrgHAkYsJQIM0FL8vuUiC5hgxfuJOvcz28egLO slaxPGJumEqTfZbEjPyea1E0CaXa71j3eizcigIA= From: "gnu.org at billz dot fastmail.fm" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/108350] Windows: invoking gcc via symlink does not work Date: Fri, 13 Jan 2023 11:19:43 +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: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gnu.org at billz dot fastmail.fm X-Bugzilla-Status: UNCONFIRMED 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=3D108350 --- Comment #20 from Bill Zissimopoulos = --- Regarding LINE 192: I would add that if somehow the path returned by GetFinalPathNameByHandle d= oes not conform to the \\?\X: or \\?\UNC\ pattern I would fall back to GetFullPathName.=