From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 0FC253858D33; Thu, 2 Mar 2023 09:56:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0FC253858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1677751003; bh=1gsGP9tYUGaDfmEv9QBrrj/ZzMING3Kg3+4Go9HnVg8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=NtfaGjukXkwqW+olIt7dlPXVriLWHMRouKrL2R017OxKKZtSXfWUTpOgvh1HlxDFO R0KPHuGaIMLXu0Dm6gYEw89IPYf/3ddeMEY1A3cAdIIH9OgaF9ETRPHOjL9PZNBwlW f7QXm5g6iTpIfFz/kqV3N8tkzvAYBrktDr8waY60= 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: Thu, 02 Mar 2023 09:56:38 +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: 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 #15 from Costas Argyris --- Sounds like I am hitting a separate existing limitation that has nothing to= do with this bug. Do we need a new bug report for that one then? FWIW, gcc/config.host wasn't doing anything with host_extra_objs before this patch (it was simply empty), so it makes sense that this issue was hidden u= ntil now. host_extra_objs is being used here https://github.com/gcc-mirror/gcc/blob/master/gcc/configure#L12796 https://github.com/gcc-mirror/gcc/blob/master/gcc/configure.ac#L1843 What kind of work would be required to fix it? Can we get away with simp= ly creating a dummy reference that would force the linker to include it?=