From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62f.google.com (mail-ej1-x62f.google.com [IPv6:2a00:1450:4864:20::62f]) by sourceware.org (Postfix) with ESMTPS id 5C4DF3857001 for ; Fri, 28 May 2021 09:24:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5C4DF3857001 Received: by mail-ej1-x62f.google.com with SMTP id lg14so4315042ejb.9 for ; Fri, 28 May 2021 02:24:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=J/W10n4eh6XMt9XObcypCqMjnQbj0l9LvRbxxV9GQwY=; b=i5DWQoTh/rY7u83+8IKtJ3mh6MLrXZNY4RcB4ZPlHA2sXaVMuThktEDOKJM7oFh7Te 5LcAztE/mipmOvai2z6iBSJ2fltETVSJJPEiRI/0AlQhe4e2EydbsSdt3J/OCe7gEDon tHLoVymUx8ClnquL70eV+Q4NAkF1sYt8HA1BKCSRyYGdTxPUpJclI34wImr2/srNvKSr 98sW9py23pUUP1alSOi/TjtWX48WvJ3fhoDnfsZmsyqs9YTjwzNwmnj0p3UCIR4hZ6vn xVhYc00i+IRL/WEKRJ/62aGGvLyDf38qTuMOC2N0gAqHLxYE1W3A4qlKmuaPWht+PKot sgGA== X-Gm-Message-State: AOAM530URuR3i+er/V3feRuvdF0oVnVup2SPtIcnyuPWEf9q0GOcVVqx z6o0xSY4e8x+npu+eQKLmUCBw4MPVlTsi/RPgOU= X-Google-Smtp-Source: ABdhPJy+l/JaCmGDF8qkurQT95aYkScRlGlvfDlwRXNrCr/AwD3VsPHAlNOY3Bv/pweIzRSPr4pq0UmUD54VSHaTPwg= X-Received: by 2002:a17:906:a88c:: with SMTP id ha12mr8155547ejb.129.1622193865225; Fri, 28 May 2021 02:24:25 -0700 (PDT) MIME-Version: 1.0 References: <8032f16c-46a0-55f8-91ba-9fe27c01bbfd@linux.ibm.com> <26768c69-c1ed-4fbf-2ace-4c2a09ee4e0f@redhat.com> In-Reply-To: <26768c69-c1ed-4fbf-2ace-4c2a09ee4e0f@redhat.com> From: Richard Biener Date: Fri, 28 May 2021 11:24:14 +0200 Message-ID: Subject: Re: GCC 9.4 Release Candidate available To: Jason Merrill Cc: gcc Mailing List Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, 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: Fri, 28 May 2021 09:24:27 -0000 On Fri, May 28, 2021 at 7:12 AM Jason Merrill via Gcc wrote: > > On 5/27/21 11:59 PM, Jason Merrill wrote: > > PR100797 seems like a P1 regression from 9.3, I'd like to fix it before > > the release. > > Here's a candidate patch. Going to bed now. I have bootstrapped and tested it on x86_64-unknown-linux-gnu, pushed it to the gcc-9 branch and will do RC2 now with a release scheduled for Tuesday so we have a chance to push fixes to trunk and 10/11 branches before that. Richard. > Jason