From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 213F2384F01E for ; Thu, 28 Apr 2022 15:29:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 213F2384F01E Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-86-adatr6flP4W_T9mng-p11w-1; Thu, 28 Apr 2022 11:29:13 -0400 X-MC-Unique: adatr6flP4W_T9mng-p11w-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id CA9E1381D1B2; Thu, 28 Apr 2022 15:29:08 +0000 (UTC) Received: from tucnak.zalov.cz (unknown [10.39.192.16]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 89C7C573561; Thu, 28 Apr 2022 15:29:08 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.16.1/8.16.1) with ESMTPS id 23SFT5wE3136760 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Thu, 28 Apr 2022 17:29:06 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.16.1/8.16.1/Submit) id 23SFT5FL3136759; Thu, 28 Apr 2022 17:29:05 +0200 Date: Thu, 28 Apr 2022 17:29:05 +0200 From: Jakub Jelinek To: Jeff Law Cc: gcc@gcc.gnu.org Subject: Re: GCC 12.0.1 Status Report (2022-04-28) Message-ID: Reply-To: Jakub Jelinek References: <03810fc0-b807-86f1-b72b-0a3502cb3eff@gmail.com> MIME-Version: 1.0 In-Reply-To: <03810fc0-b807-86f1-b72b-0a3502cb3eff@gmail.com> X-Scanned-By: MIMEDefang 2.85 on 10.11.54.9 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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, 28 Apr 2022 15:29:24 -0000 On Thu, Apr 28, 2022 at 09:25:43AM -0600, Jeff Law via Gcc wrote: > On 4/28/2022 8:59 AM, Jakub Jelinek via Gcc wrote: > > Status > > ====== > > > > We have reached zero P1 regressions today and releases/gcc-12 branch has > > been created. GCC 12.1-rc1 will be built likely tomorrow. > > The branch is now frozen for blocking regressions and documentation > > fixes only, all changes to the branch require a RM approval now. > > > > If no show stoppers appear, we'd like to release 12.1 late next week, > > or soon after that, if any important issues are discovered and > > fixed, rc2 could be released next week. > Do you want me to adjust the testsuite so that we handle the new linker > warnings for executable stacks better?  The situation now isn't ideal in > that we're showing spurious regressions if we use the development binutils > bits. > > My pending change backs out my change to gcc.dg/lto/pr04157_0.c and instead > prunes the new warnings out in prune.exp.  I was waiting on validation of a > couple targets in my tester which completed yesterday. Ok if committed today. With the RC we are mainly waiting on PR105417 fix. Jakub