From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 2A778384EF7D; Tue, 6 Dec 2022 12:40:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2A778384EF7D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: from reform (deer0x0f.wildebeest.org [172.31.17.145]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 83CBF300071F; Tue, 6 Dec 2022 13:40:41 +0100 (CET) Received: by reform (Postfix, from userid 1000) id 6EAB72E80A6A; Tue, 6 Dec 2022 13:40:41 +0100 (CET) Date: Tue, 6 Dec 2022 13:40:41 +0100 From: Mark Wielaard To: John Paul Adrian Glaubitz Cc: Arthur Cohen , Richard Biener , gcc-patches@gcc.gnu.org, gcc-rust@gcc.gnu.org Subject: Re: Rust front-end patches v4 Message-ID: References: <20221206101417.778807-1-arthur.cohen@embecosm.com> <2c820cbc-de98-7e51-f09a-e3dfa4d2fd9f@embecosm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-3032.4 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,KAM_NUMSUBJECT,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi John, On Tue, Dec 06, 2022 at 12:57:17PM +0100, John Paul Adrian Glaubitz wrote: > On 12/6/22 12:40, Arthur Cohen wrote: > > > Can't wait to see this becoming available in the distributions :D. > > > > > > I will make sure we get the frontend enabled in Debian as soon as possible. > > > > Haha, I appreciate the enthusiasm :) Please note however that despite the language > > being in, the compiler is still at an extremely early stage. We are still not able > > to properly compile Rust code in the version that we target, 1.49. > > Don't worry, I'm fully aware of that. However, I still consider the inclusion of gccrs > into the main gcc code a major step forward as it means the code is exposed to a much > broader audience which means it will see more testing. > > Since Matthias Klose is regularly uploading gcc snapshots to Debian unstable, the gccrs > will be compiled and testrun on more than 20 architectures ;-). > > And I will report back every issue that is discovered this way. That is highly appreciated. But again, do be warned that at the moment the testsuite is only green for i386, x86_64 and arm64: https://builder.sourceware.org/buildbot/#/builders?tags=gccrust&tags=gccrust-bootstrap ppc64, ppc64le and s390x still have some testsuite failures. That is with the "upstream", unmerged frontend code though. Once the code lands in the gcc git repo we should think about switching the buildbot to that. Cheers, Mark