From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de (mx2.suse.de [195.135.220.15]) by sourceware.org (Postfix) with ESMTPS id 4259E3857C71 for ; Tue, 29 Dec 2020 22:29:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4259E3857C71 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mjambor@suse.cz X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 2787AAF99; Tue, 29 Dec 2020 22:29:02 +0000 (UTC) From: Martin Jambor To: Gerald Pfeifer , gcc-patches@gcc.gnu.org Subject: Re: [committed] doc: Remove HSAIL from Language Standards In-Reply-To: <20201228205131.A82DD33E4A@hamza.pair.com> References: <20201228205131.A82DD33E4A@hamza.pair.com> User-Agent: Notmuch/0.31.2 (https://notmuchmail.org) Emacs/26.3 (x86_64-suse-linux-gnu) Date: Tue, 29 Dec 2020 23:29:01 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-3039.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, 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-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2020 22:29:04 -0000 Hi Gerald, On Mon, Dec 28 2020, Gerald Pfeifer wrote: > Pushed. > > There's quite a number of further references in gcc/doc; is anyone > planning on continuing the deprecation and removing the actual bits? > > Gerald > > > commit 7e999bd84f47205dc44b0f2dc90b53b3c888ca48 > Author: Gerald Pfeifer > Date: Mon Dec 28 21:41:55 2020 +0100 > > doc: Remove HSAIL from Language Standards > > Support for HSAIL has been deprecated with GCC 10 and their web server > has been down for weeks. > > gcc/ > 2020-12-28 Gerald Pfeifer > > * doc/standards.texi (HSAIL): Remove section. > The HSAIL/BRIG consuming front-end has not been removed, as opposed to the HSAIL/BRIG emitting back-end which was, and is still part of the compiler, so this should not have been applied, I'm afraid. Given the state of HSAIL, the front-end is probably not very useful either and so we may remove it in near term too, but it seems to still mostly work and causes no trouble, so at least for now it stayed. Can you please revert this? Thanks, Martin > diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi > index fc5016028dd..974f9b7e46d 100644 > --- a/gcc/doc/standards.texi > +++ b/gcc/doc/standards.texi > @@ -312,14 +312,6 @@ available online, see @uref{http://gcc.gnu.org/readings.html} > As of the GCC 4.7.1 release, GCC supports the Go 1 language standard, > described at @uref{https://golang.org/doc/go1}. > > -@section HSA Intermediate Language (HSAIL) > - > -GCC can compile the binary representation (BRIG) of the HSAIL text format as > -described in HSA Programmer's Reference Manual version 1.0.1. This > -capability is typically utilized to implement the HSA runtime API's HSAIL > -finalization extension for a gcc supported processor. HSA standards are > -freely available at @uref{http://www.hsafoundation.com/standards/}. > - > @section D language > > GCC supports the D 2.0 programming language. The D language itself is