From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x32d.google.com (mail-ot1-x32d.google.com [IPv6:2607:f8b0:4864:20::32d]) by sourceware.org (Postfix) with ESMTPS id 810903858023 for ; Sun, 4 Apr 2021 20:26:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 810903858023 Received: by mail-ot1-x32d.google.com with SMTP id k14-20020a9d7dce0000b02901b866632f29so9719461otn.1 for ; Sun, 04 Apr 2021 13:26:49 -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=K+imfUR848FrCiO7YNRAiWCPATlvteDFE41Nx2z1OF0=; b=tf6NgIRMmlObYdI13mDEym3U6ZknYuCnD+4xaWeaTW8DJEOTARcxkSBzAypeY7RPhY +Vw+s9TTF3yyxSOPIS90sPVROd4znswhKp5zVPMoGmm4gmVK5cHy2RdlZTU2ad05r0oJ NlHyUvsXinS6gtk6hf6gBNIthp9JauNarK4jC2lq/lVs1ZCKkmqMamgkVohywHWZbIGF uK8plfmzLm5vagM+ZRluOuDo1Cg/lBBgDw33uqU2es4NnsFL5lyT4d3VhSLN5fBMU2g0 6jq8pxGsxL/8r2MIlZ8vHqzS0uDVIWYnUtUnDvnDwSF/OeOvKz8oSi13I4zS8IAwLPKU GAww== X-Gm-Message-State: AOAM533T//Am1E39OE2Uw3/KUbc/br48Zbs3IAW+poypoST44bPq9SWD zFhTLboT1+1lmbP+Cam/te6skAQ0UfaIlIe42Egc2A== X-Google-Smtp-Source: ABdhPJzLsLXAD023K2ZDIFILuAp4SadSNhEP1ESBkVdvbOS61Sgy4WX/XKR6E+FETKrn0jIXxzPOhT5X1u7sKZy9tEI= X-Received: by 2002:a05:6830:225b:: with SMTP id t27mr19120330otd.73.1617568008816; Sun, 04 Apr 2021 13:26:48 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Christophe Lyon Date: Sun, 4 Apr 2021 22:26:37 +0200 Message-ID: Subject: Re: GCC 10.3 Release Candidate available from gcc.gnu.org To: Richard Biener , Richard Earnshaw Cc: gcc Mailing List Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_SHORT, 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: Sun, 04 Apr 2021 20:26:50 -0000 On Thu, 1 Apr 2021 at 14:35, Richard Biener wrote: > > > The first release candidate for GCC 10.3 is available from > > https://gcc.gnu.org/pub/gcc/snapshots/10.3.0-RC-20210401/ > ftp://gcc.gnu.org/pub/gcc/snapshots/10.3.0-RC-20210401/ > > and shortly its mirrors. It has been generated from git commit > 892024d4af83b258801ff7484bf28f0cf1a1a999. > > I have so far bootstrapped and tested the release candidate on > x86_64-linux. Please test it and report any issues to bugzilla. > > If all goes well, I'd like to release 10.3 on Thursday, April 8th. Hi, Last week I committed Richard Earnshaw's fix for PR target/99773), which affects gcc-10 (sorry I didn't check that when I filed the PR, I just realized later that 10.3 was so close to release). I think it would be desirable to backport the patch to gcc-10: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=6f93a7c7fc62b2d6ab47e5d5eb60d41366e1ee9e Is that too late? Thanks Christophe