From patchwork Sun Dec 12 16:12:39 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 48849 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 8E9383857C75 for ; Sun, 12 Dec 2021 16:13:04 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 1D27A385841C for ; Sun, 12 Dec 2021 16:12:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 1D27A385841C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: x7RRQh0zMA2m3Gdxdq+mBfnRWSXOUuTXyPgpOlJxNJEsB0i9CmMer3UzXnzI1Yd7uNB+11MsL7 623NZCjEVkHwhvgutCxzoEqdA8bOcQr0qn0wig3G76YlYRk/ljYtiTSyLSm/3aKYT7MQDjc72Q OxLn+2laZYgFo18W8opo7AJ6T+9Fq1u2eAu+1Z3z+T6vxeWn1iwoFeP4RW32GULPEDr/iwmXA8 BUfjyWHY3HZm0WHyTyJ4StmYGxn/EfmUlO6FkUBpgl4hJjkuo2E0PNYBtL6wJ6eHUV/9E0aATl 96G89R0sWVde3UZXBAmKTjfx X-IronPort-AV: E=Sophos;i="5.88,200,1635235200"; d="diff'?scan'208";a="69595293" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 12 Dec 2021 08:12:46 -0800 IronPort-SDR: oaChOMqccW6WK1Odnp+WW3dj8avbkxxKNlb8l5R9Cf24JRGzzi4emp/muzI+NOpFVqt55/EoHG 6r3lZJWE8sHBwDmpbBtvvK7bi/p0sP2lVOhxUevmur+c/mIfmvbgrj2ba+9Kr8gi5CHUwBfySt aubcBFLOj73S3n2sx3quLoG0Dk4RBpEWgfp9EnSpsVEbh6lkQQUaAlg2Hu13CRMarJINy8qXD0 KNAcLpB9dqaQ9UfiUG92X+2xsBSCLkY+E2TUWCos2YosnNevIZ1KVCrFT3C90BW9+wBcc3QuPr iKo= Message-ID: Date: Sun, 12 Dec 2021 17:12:39 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.2 Content-Language: en-US To: gcc-patches , Jakub Jelinek From: Tobias Burnus Subject: [wwwdocs][committed] gcc-12/changes.html: Fix OpenMP typo 'allocator' X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-08.mgc.mentorg.com (139.181.222.8) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-11.6 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" The fix obvious: while the clause is 'allocate', the 'allocate-modifiers' are 'allocator' (not 'allocate') and 'align'. Cf. https://www.openmp.org/spec-html/5.1/openmpsu63.html#x90-1000002.13.4 Tobias ----------------- Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht München, HRB 106955 commit 54f793640e5a94dca4ab51249d603b909e43f2ed Author: Tobias Burnus Date: Sun Dec 12 17:10:03 2021 +0100 gcc-12/changes.html: Fix OpenMP typo 'allocator' diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index fd49e208..b1c88670 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -116,7 +116,7 @@ a work-in-progress.

proc_bind clause and OMP_PROC_BIND environment variable, the reproducible and unconstrained modifiers to the order clause, and, for C/C++ only, the - align and allocate modifiers to the + align and allocator modifiers to the allocate clause and the atomic extensions are now available. The OMP_PLACE environment variable supports the OpenMP 5.1 features. In addition the OMP_NUM_TEAMS and