From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by sourceware.org (Postfix) with ESMTPS id 6C0373939C2E for ; Wed, 19 May 2021 11:14:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6C0373939C2E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=rguenther@suse.de X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 36533AEC6 for ; Wed, 19 May 2021 11:14:00 +0000 (UTC) Date: Wed, 19 May 2021 13:14:00 +0200 (CEST) From: Richard Biener To: gcc@gcc.gnu.org Subject: Re: GCC 9.4 Release Candidate available In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Wed, 19 May 2021 11:14:03 -0000 On Wed, 19 May 2021, Richard Biener wrote: > > The first release candidate for GCC 9.4 is available from > > https://sourceware.org/pub/gcc/snapshots/9.4.0-RC-20210519/ > > and shortly its mirrors. It has been generated from git commit > 8091c46cf736124a106922ddfd1fdb99f33b0241. > > I have so far bootstrapped and tested the release candidate > on {x86_64,i586,aarch64,ppc64le,s390x,riscv64,ppc,ppc64,armv7l}-linux. > > Please test it and report any issues to bugzilla. > > If all goes well I'd like to release 9.4 on Friday, June 28th. May 28th, of course. Richard.