From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x436.google.com (mail-wr1-x436.google.com [IPv6:2a00:1450:4864:20::436]) by sourceware.org (Postfix) with ESMTPS id 6FDF7385781B for ; Fri, 2 Apr 2021 23:51:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6FDF7385781B Received: by mail-wr1-x436.google.com with SMTP id x7so5866197wrw.10 for ; Fri, 02 Apr 2021 16:51:33 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=wXvqNoCHvh26ows6x/LEvtW4C+YDtq2X2Ipgevivg00=; b=VUBB+QrIr0vMLXzJMW8/UR3ITjrxB/EWXYxCSeW3M/vrMQ1d1u0AYUitzRzJYArFbv AwNQlOvHoMAsVitxEHEMNfxf9D8VCVqzV+FSP57kgg7FkyPRWx6X6M0NkgIsHWAIfXMc 1hVLrVKJfRfICVNQscZmKOxQP8pTxv/ZfmzgDjhZU9T6A7XOcHBDeYm0MWsP1qf8tdGF ZZN4u9WYuwT5Cyz54kIIrJ/+1j1r9sgmBGdk3qcfJGTz+iS1yD9qTT4PEvMDJc6ugHcT ZhEk52LNkJgQ3+PmA4Zp8190h8DZTnCqs3b37ZPSxKH+Au17wwkIxxZOLcLWB+cxy6b+ S6jg== X-Gm-Message-State: AOAM533GilX5XrGeVDviYmV0en2DWe5Dsb9TPrf4X1ukPWp+ZZ45PRaC FYDyS4sBgmmO5pGhSMWjw6kIyU9FLIF9sw== X-Google-Smtp-Source: ABdhPJwRZ6g9jxNnp/RnZgxZJPNMcxd/mFF6HSwTKeNGLPEtLE8thf38YlCaRVarfaLRTZ6JsPbuQw== X-Received: by 2002:a05:6000:1a8a:: with SMTP id f10mr17130550wry.232.1617407492549; Fri, 02 Apr 2021 16:51:32 -0700 (PDT) Received: from [192.168.1.100] (dsl-multi-static-81-140-129-201.in-addr.broadbandscope.com. [81.140.129.201]) by smtp.gmail.com with ESMTPSA id p17sm12723219wmq.47.2021.04.02.16.51.31 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 02 Apr 2021 16:51:32 -0700 (PDT) Subject: Re: GCC 10.3 Release Candidate available from gcc.gnu.org To: Richard Biener , gcc@gcc.gnu.org References: From: Richard Copley Message-ID: Date: Sat, 3 Apr 2021 00:51:30 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_SHORT, NICE_REPLY_A, 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, 02 Apr 2021 23:51:34 -0000 On 01/04/2021 13: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. > On Windows, linking two C++ translation units that both #include results in errors about multiple definition of the weak function __dummy_resume_destroy. This can be avoided by cherry-picking commit 94fd05f1f76faca9dc9033b55d44c960155d38e9 [PR 95917].