From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4A8A63858C31; Thu, 14 Mar 2024 13:55:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4A8A63858C31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710424535; bh=F23oa/4zEtoBdWcCHfxERONYyeMOqoauLrxIUFEugE0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=hLlhKwf0VmNz7yGrIceQcsu03JTXU6ES4eiBPgcRya03byR6YuSnRpKpcL1pggfdS 24QD5dGUgFvJAIJy8XbzvVYJ/mYYGMP4q6+Mdxt3GRvJRhA/05PoYLaFaGsq2u/Jkk 93fI3dSUcGr0TuJBAQuf5nTUq5wOHXV924o6WcBI= From: "amonakov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/108866] Allow to pass Windows resource file (.rc) as input to gcc Date: Thu, 14 Mar 2024 13:55:33 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 12.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: amonakov 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: cc 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=3D108866 Alexander Monakov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amonakov at gcc dot gnu.org --- Comment #4 from Alexander Monakov --- It's possible to tinker with spec strings without rebuilding the compiler, = see this blog post by Geoff Wozniak (which supplies links to formal docs): https://wozniak.ca/blog/2024/01/02/1/index.html=