From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 0D6133858289 for ; Wed, 8 Mar 2023 13:43:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0D6133858289 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.98,244,1673942400"; d="scan'208";a="103568616" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 08 Mar 2023 05:43:46 -0800 IronPort-SDR: 6AcGWEC7Mij87yI6zlMnnOrqUTI56DjNEADUIspNx05o4TDU54y70/YFxXV0VqDuyLkqjUiNfC YELN7A5aHwyXVP/8nCEcLpfXMjxXEYUKULI6u56nCvRl20XZfKIq0Vc7o3xtCtG77HUXc5ndOz wb1zoCPmwgAjqRYnXKR7JB9XKrI4+iJyFa9L/scjqsf3aY9JtLl2OVMrAG+MchqEK7zWbMFGSo KnRaAHJbrZAzyM/6ifYV+2kQC8Y/W2TyImY+O52foDrpeNqQTmh4vfduKvejmHDdDy2/aid0jp IJI= Message-ID: <09d55441-0c86-1151-8e3f-b71a7685d351@codesourcery.com> Date: Wed, 8 Mar 2023 13:43:41 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [Patch] GCN update for wwwdocs / libgomp.texi To: Tobias Burnus , gcc-patches References: <17ba4f3f-09b2-09f6-0f95-434798847666@codesourcery.com> Content-Language: en-GB From: Andrew Stubbs In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-15.mgc.mentorg.com (139.181.222.15) To svr-ies-mbx-11.mgc.mentorg.com (139.181.222.11) X-Spam-Status: No, score=-6.2 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,NICE_REPLY_A,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 08/03/2023 11:06, Tobias Burnus wrote: > Next try – this time with both patches. > > On 08.03.23 12:05, Tobias Burnus wrote: >> Hi Andrew, >> >> attached are two patches related to GCN, one for libgomp.texi >> documenting an env var >> and a release-notes update in www docs. >> >> OK? Comments? LGTM Andrew