From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id A3ABE385800F for ; Mon, 28 Dec 2020 20:51:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A3ABE385800F Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gerald@pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id A82DD33E4A for ; Mon, 28 Dec 2020 15:51:31 -0500 (EST) Received: from [192.168.1.5] (77.118.226.34.wireless.dyn.drei.com [77.118.226.34]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 485C933E46 for ; Mon, 28 Dec 2020 15:51:31 -0500 (EST) Date: Mon, 28 Dec 2020 21:51:26 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org Subject: [committed] doc: Remove HSAIL from Language Standards MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Message-Id: <20201228205131.A82DD33E4A@hamza.pair.com> X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_SHORT, 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: Mon, 28 Dec 2020 20:51:34 -0000 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. 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