From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32b.google.com (mail-wm1-x32b.google.com [IPv6:2a00:1450:4864:20::32b]) by sourceware.org (Postfix) with ESMTPS id 014F0394C01A for ; Sun, 9 May 2021 19:53:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 014F0394C01A Received: by mail-wm1-x32b.google.com with SMTP id o6-20020a05600c4fc6b029015ec06d5269so1286696wmq.0 for ; Sun, 09 May 2021 12:53:02 -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:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=BKZaLXaCwFdhg28wRvrcM3cZvai7cTpWKUp5OpIgXEM=; b=LwA3WLeTea6iKFAJ3+9gm4NGzw+lhVc7U10ENJDkK6drzbETUMm0peHpuvwSXoo+K2 N6MSPGXXuC0tx+Sh1IxgUxcjtRtgYazR1bkUIjtDVykusgTlFA+JKfSEFuK2uBxcO/9/ Bq3gitghr6fwk4kO2+fLetvmS46fQdRx7dfmM9OQAjFfJFGllxMLDdAeqkAFLYZVoy0l Xn3FuefQoFjx0bs9SQQJh9BwFnRUP5lGYZlbCZtMSzME9WUUALGZcYIMdxEJqzfTL0va 2RrDJLxxCgXIXHsgCQmPjDblKFkAl7KNCNOQVYgA1v/zfDhTKskGqCT/sskMNoOhWpfn bOkg== X-Gm-Message-State: AOAM532gGmLm2d/Z2lNANr9QvWp9BSjxn5lTdnq/V8F5ytV8aBI4c38T LaIzEox6G/oPQW2W+TjbbPOJTm7AJo8= X-Google-Smtp-Source: ABdhPJwXJbPLq5eLbBq+Qp9RlNSWDgUugVrL6fip6URIOLj5E0GRfTW5vk2HXwsV6fep3xXaO4oC+Q== X-Received: by 2002:a7b:cb45:: with SMTP id v5mr23024571wmj.48.1620589982071; Sun, 09 May 2021 12:53:02 -0700 (PDT) Received: from [192.168.1.212] (host81-138-1-83.in-addr.btopenworld.com. [81.138.1.83]) by smtp.googlemail.com with ESMTPSA id m13sm19629114wrw.86.2021.05.09.12.53.01 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sun, 09 May 2021 12:53:01 -0700 (PDT) Content-Type: text/plain; charset=utf-8; delsp=yes; format=flowed Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: GCC 8.5 Release Candidate available from gcc.gnu.org From: Iain Sandoe In-Reply-To: <77766b88-5779-9db8-fde5-528051a9a571@linux.ibm.com> Date: Sun, 9 May 2021 20:53:00 +0100 Cc: Jakub Jelinek Content-Transfer-Encoding: 8bit Message-Id: <1BE387DB-FDA2-49DD-8A1D-78ED24A06F11@googlemail.com> References: <20210507194822.GJ1179226@tucnak> <77766b88-5779-9db8-fde5-528051a9a571@linux.ibm.com> To: gcc@gcc.gnu.org X-Mailer: Apple Mail (2.3273) X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, 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, 09 May 2021 19:53:05 -0000 William Seurer via Gcc wrote: > On 5/7/21 2:48 PM, Jakub Jelinek via Gcc wrote: >> The first release candidate for GCC 8.5 is available from >> >> https://gcc.gnu.org/pub/gcc/snapshots/8.5.0-RC-20210507/ >> ftp://gcc.gnu.org/pub/gcc/snapshots/8.5.0-RC-20210507 >> >> and shortly its mirrors. It has been generated from git revision >> r8-10959-g3488242b9a949ebc55b4a857380f94506f90ff76. >> >> I have so far bootstrapped and tested the release candidate on >> x86_64-linux and i686-linux. Please test it and report any issues to >> bugzilla. >> >> If all goes well, I'd like to release 8.5 on Friday, May 14th. > I bootstrapped and tested on powerpc64 power 7 and 8 BE and power 8, 9, > and 10 LE and saw nothing unexpected. I bootstrapped and tested on i686-darwin8, 9, 10, powerpc-darwin9, x86_64-darwin10..20. Test results are as expected - notably: * Darwin20 bootstraps OK, but it is not very usable without further patches (which I will push somewhere once the release is done). * Sanitizer support is poor on earlier systems without use of llvm-symbolizer (the installed atos program does not handle the sanitizer output well). (nothing here that’s a show-stopper, but downstream users are advised to make suitable amendments/installations) thanks Iain