From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp002.apm-internet.net (smtp002.apm-internet.net [85.119.248.221]) by sourceware.org (Postfix) with ESMTPS id C3AF23857BAF for ; Thu, 23 Jun 2022 08:04:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C3AF23857BAF Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=sandoe.co.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=sandoe.co.uk Received: (qmail 67252 invoked from network); 23 Jun 2022 08:04:57 -0000 X-APM-Out-ID: 16559714966725 X-APM-Authkey: 257869/1(257869/1) 2 Received: from unknown (HELO ?192.168.1.95?) (81.138.1.83) by smtp002.apm-internet.net with SMTP; 23 Jun 2022 08:04:57 -0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) Subject: Re: GCC 10.4 Release Candidate available from gcc.gnu.org From: Iain Sandoe In-Reply-To: Date: Thu, 23 Jun 2022 09:04:56 +0100 Cc: GCC Development Content-Transfer-Encoding: 7bit Message-Id: <039D9A41-F70C-4366-AF91-BC45DF42C511@sandoe.co.uk> References: To: Jakub Jelinek X-Mailer: Apple Mail (2.3608.120.23.2.7) X-Spam-Status: No, score=-8.6 required=5.0 tests=BAYES_00, KAM_COUK, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_SHORT, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2022 08:05:00 -0000 Hi Jakub, > On 21 Jun 2022, at 12:33, Jakub Jelinek via Gcc wrote: > > The first release candidate for GCC 10.4 is available from > > https://gcc.gnu.org/pub/gcc/snapshots/10.4.0-RC-20220621/ > ftp://gcc.gnu.org/pub/gcc/snapshots/10.4.0-RC-20220621/ > > and shortly its mirrors. It has been generated from git commit > r10-10862-g3c390f4ad27c3d79fd1817276a6d3217fd9bfb51. > > I have so far bootstrapped and tested the release candidate on > x86_64-linux. Please test it and report any issues to bugzilla. > > If all goes well, I'd like to release 10.4 on Tuesday, June 28th. > I bootstrapped and tested on i686, powerpc and x86_64 Darwin from darwin9 to darwin21 (archs as appropriate) - all supported languages - no new issues seen. I also checked that bootstrap worked with Apple gcc-4.2.1 on darwin9, 10 and with clang 3.4 on darwin12 Iain