From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 520AA3858D28; Wed, 18 Jan 2023 20:24:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 520AA3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1674073458; bh=mSsFZs/cC1I/B2PWrF4UUxs8whcsDzFBU5uY2dSHgEk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Qod6FrZE/6h76IO5T4Gss1Qwcz9wE9zFVhf/T1LLpSg2lB2HkCsG6Z4aj2vqTxONk aUPT3h5pEgyu7jRcOitBiWOiVeXlWX4JiaK6waKNwxVPJqcckU6zDHLilbgMm0djG5 kVGAy0wILSg8TLJbOJkyICWTDKFiYgmD9Q4mlULk= From: "i.nixman at autistici dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/108350] Windows: invoking gcc via symlink does not work Date: Wed, 18 Jan 2023 20:24:18 +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: i.nixman at autistici dot org 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 #32 from niXman --- > Thanks. Your Windows related changes look good to me. great, thanks! > FYI, I am unsure about the need to change all backslashes to slashes and > wonder if this is a backwards incompatible change for users of lrealpath. > But I am no expert in the gcc codebase, so I will let others chime in her= e. the patch that does nothing but replace slashes in paths, I (and not only m= e) have been using for ten years - no one complained =3D)=