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 B65973858405 for ; Sun, 22 May 2022 08:44:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B65973858405 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 20908 invoked from network); 22 May 2022 08:43:58 -0000 X-APM-Out-ID: 16532090382090 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; 22 May 2022 08:43:58 -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 9.5 Release Candidate available From: Iain Sandoe In-Reply-To: Date: Sun, 22 May 2022 09:43:58 +0100 Cc: GCC Development Content-Transfer-Encoding: quoted-printable Message-Id: <34E0BB32-AAA5-4BCC-A7D5-E70C8ECBC6D1@sandoe.co.uk> References: To: Richard Biener 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, 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: Sun, 22 May 2022 08:44:02 -0000 Hi > On 20 May 2022, at 09:02, Richard Biener via Gcc = wrote: > The first release candidate for GCC 9.5 is available from >=20 > https://sourceware.org/pub/gcc/snapshots/9.5.0-RC-20220520/ >=20 > and shortly its mirrors. It has been generated from git commit > 1bc79c506205b6a5db82897340bdebaaf7ada934. >=20 > I have so far bootstrapped and tested the release candidate > on x86_64-suse-linux. I have bootstrapped (using GCC5.4 on darwin9 and GCC7.5 elsewhere) = r9-10192 on: i686-darwin9,17 powerpc-darwin9 x86_64-darwin10 to 21. As, expected (since I was not able to find enough time to do the = backports), although bootstrap succeeds on darwin21 (macOS 12) the resulting = compiler is not really usable. I will have to provide a darwin branch with the = necessary changes. One observation outside of this: Several of the testsuite runs hung with cc1 spinning in reload for = pr88414. I was not really able to correlate exactly with CPU / tuning chosen. Pretty sure this is a regression - I do not recall the testsuite hanging = (for anything other than D) for years. thanks Iain