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 E51A83858001 for ; Tue, 26 Jan 2021 21:53:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E51A83858001 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 4ADD733E6F; Tue, 26 Jan 2021 16:53:11 -0500 (EST) Received: from [192.168.1.5] (77.118.212.31.wireless.dyn.drei.com [77.118.212.31]) (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 A19B133E6D; Tue, 26 Jan 2021 16:53:10 -0500 (EST) Date: Tue, 26 Jan 2021 22:53:02 +0100 (CET) From: Gerald Pfeifer To: Martin Jambor cc: gcc-patches@gcc.gnu.org, =?ISO-8859-15?Q?Pekka_J=E4=E4skel=E4inen?= Subject: Re: [PATCH] Deprecate the BRIG/HSAIL front-end (Was: Re: [committed] doc: Remove HSAIL from Language Standards) In-Reply-To: Message-ID: References: <20201228205131.A82DD33E4A@hamza.pair.com> <5bddfdee-ed57-f03-1a60-3b362ae135f9@pfeifer.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, 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, 26 Jan 2021 21:53:17 -0000 On Tue, 26 Jan 2021, Martin Jambor wrote: > I have discussed this with Pekka and we concluded that deprecating the > HSAIL/BRIG front-end is the right thing to do. Therefore, I'd like to > propose the following patch to the documentation repo. Is it OK? > +
  • The front-end for compiling BRIG format of Heterogeneous System > + Architecture Intermediate Language (HSAIL) has been deprecated > + and will likely be removed in a future release.
  • Please use "front end" for the noun, per codingconventions.html . This looks fine with that little change. Thanks, Gerald