From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 361823858C66 for ; Mon, 6 Mar 2023 20:56:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 361823858C66 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,238,1673942400"; d="scan'208";a="100540260" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 06 Mar 2023 12:56:12 -0800 IronPort-SDR: lKRsvO/PDF0wB9jhvB6yrjeQUj00PRRyKoNaxH7bXUtPCBlX/VIDsaWWDhLbI6z8DMH1QKPL9R NZC+FVSaLSqo3p5w0xH3JGmkZCntp6Vh4yUxZfP/bX0akmTlFca3fVwtiPhofi/H7FbvlVxm+G ANaTeeYArOYA8oubDAAnHPQo/24OxXoVQgt0MaEYgo6EfvNYEAuwAQkah/Q9SyM31Xp6PFaktc SFWObUu4NfBNZM/Sk4mlODlDbx/sBUTLUKZSOPZcGAof+3wWo4MjJsCTojQS+r+Jh85TNv00c/ mbk= Message-ID: <90368926-8825-1d32-04dd-00daec737b72@codesourcery.com> Date: Mon, 6 Mar 2023 13:56:09 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: PING Re: [RFC] internal documentation for OMP_FOR Content-Language: en-US From: Sandra Loosemore To: "gcc-patches@gcc.gnu.org" , Jakub Jelinek References: <02537de1-8b02-add7-0817-436fcffe330c@codesourcery.com> In-Reply-To: <02537de1-8b02-add7-0817-436fcffe330c@codesourcery.com> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-ClientProxiedBy: svr-orw-mbx-10.mgc.mentorg.com (147.34.90.210) To svr-orw-mbx-13.mgc.mentorg.com (147.34.90.213) X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,KAM_SHORT,RCVD_IN_MSPIKE_H2,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: Ping! https://gcc.gnu.org/pipermail/gcc-patches/2023-February/612298.html On 2/18/23 22:21, Sandra Loosemore wrote: > I've been working on support for OpenMP imperfectly-nested loops.  In > the process I have gone astray multiple times because of > incorrect/inadequate internal documentation for the OMP_FOR tree > structure.  The code changes I've been working on are Stage 1 material, > but the documentation improvements are independent and can be fixed now. >  Here is a patch I put together for the internals manual; can other > people familiar with this functionality review it for technical > correctness?  Even after working with this code for months, I'm still > not sure I understand all the nuances.  :-P  The comments in tree.def > are also wrong, but once we get the content right in the manual I can > just copy the changes there for the final version of the patch. > > -Sandra