From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 7629D3850414; Thu, 15 Jul 2021 05:55:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7629D3850414 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id 67B4122949; Thu, 15 Jul 2021 05:55:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1626328553; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=mza2ATs5+VZ9cDPERxZMEFdCt6+ulJmlK5TTJnYCzpA=; b=dYLi5b8Vfro6O2XgRcHt0jVBfmw8aW1VoNddB8VnfX0OmxnSGfiJ6Eoaysmbi5+u8reCaf Bej3PEoVf9sELjKBUCwMJMBsDYwaYu5M0KhoHataLWqgjUgrCEHGcToOFiWXD2btAz8Mwc Bfbk7hU0DjMYTFAMobpSYnDX8ZATNZg= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1626328553; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=mza2ATs5+VZ9cDPERxZMEFdCt6+ulJmlK5TTJnYCzpA=; b=ThS+xKCJ3hb8gDT7qCeDxfk/G3gpKY4fXv4C0PuKjqxzWz5cjJPHjReCGKkBnxIPcGT+2U v4fst5alYLRVPKDA== Received: from murzim.suse.de (murzim.suse.de [10.160.4.192]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id 5FB28A3B8D; Thu, 15 Jul 2021 05:55:53 +0000 (UTC) Date: Thu, 15 Jul 2021 07:55:53 +0200 (CEST) From: Richard Biener To: "H.J. Lu" cc: Uros Bizjak , GCC Development , GCC Patches Subject: Re: GCC 11.1.1 Status Report (2021-07-06) 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=-4.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, SPF_HELO_NONE, SPF_PASS, 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, 15 Jul 2021 05:55:55 -0000 On Wed, 14 Jul 2021, H.J. Lu wrote: > On Tue, Jul 6, 2021 at 12:00 AM Richard Biener wrote: > > > > > > Status > > ====== > > > > The GCC 11 branch is open for regression and documentation fixes. > > It's time for a GCC 11.2 release and we are aiming for a release > > candidate in about two weeks which would result in the GCC 11.2 > > release about three months after GCC 11.1. > > > > Two weeks give you ample time to care for important regressions > > and backporting of fixes. Please also look out for issues on > > non-primary/secondary targets. > > > > > > Quality Data > > ============ > > > > Priority # Change from last report > > -------- --- ----------------------- > > P1 > > P2 272 + 20 > > P3 94 + 56 > > P4 210 + 2 > > P5 24 - 1 > > -------- --- ----------------------- > > Total P1-P3 366 + 76 > > Total 600 + 79 > > > > > > Previous Report > > =============== > > > > https://gcc.gnu.org/pipermail/gcc/2021-April/235923.html > > Hi, > > I'd like to backport this regression fix: > > https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=cc11b924bfe7752edbba052ca71653f46a60887a > > to GCC 11 for > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101395 OK. Richard.