From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 934FB3858013; Tue, 24 Aug 2021 13:08:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 934FB3858013 From: "glaubitz at physik dot fu-berlin.de" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/93090] RFE: Add a frontend for the Rust programming language Date: Tue, 24 Aug 2021 13:08:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Version: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: glaubitz at physik dot fu-berlin.de 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2021 13:08:24 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D93090 --- Comment #5 from John Paul Adrian Glaubitz --- (In reply to David Malcolm from comment #4) > FWIW there's also: > https://github.com/antoyo/rustc_codegen_gcc > which isn't a GCC Rust frontend per se, but uses libgccjit to embed GCC a= s a > code generation backend inside the existing rustc compiler (I'm the > author/maintainer of libgccjit, and a fan of both approaches). Yes, it's being merged here: https://github.com/rust-lang/rust/pull/87260 The frontend that will most likely make it into GCC is probably gccrs given= the fact that it's receiving commercial backing. > https://github.com/Rust-GCC/gccrs=