From patchwork Sat Mar 11 20:25:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 68188 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:a5d:5915:0:0:0:0:0 with SMTP id v21csp440170wrd; Sat, 11 Mar 2023 12:26:17 -0800 (PST) X-Google-Smtp-Source: AK7set+0gf0OYKw8w9YJhVNTlDdv3fqqXkIx/3UMzJAXK998IucX26Dx29lBLvDdWT42fIfOT6du X-Received: by 2002:a17:907:6d87:b0:8f6:52c:afa0 with SMTP id sb7-20020a1709076d8700b008f6052cafa0mr35194731ejc.23.1678566376896; Sat, 11 Mar 2023 12:26:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1678566376; cv=none; d=google.com; s=arc-20160816; b=GlVG44WJFNG/inhDc1z3eH5ndg9OX/yVnhrelncMcsof/chd6iYwWFAWTnFnkt/WC3 +7PHgQCkWFhuoQ8cftY1vWnfQ2hQVm3r6jpadZDaKwsY33kCgqhVLCjq7iCtUfrX+VGI ewVqbyp0c2+3TnbUOzTtNujBwvPKEVD5tLiDe3iddMp2uonSKXSv44DR8uVrviBP/lz/ CwJspNdp+MADr06skY3tHD6Vsckzc+SZpWJWBxPKCTYnio7YyY7ZTjx+QusW+RDCEnnv nLvjy2ZzAtXvsbSao6G80bucU+RZirz2DpB6d/1/jS7LFmddeUmZhEJRYxRJaPz2Wjyf gdVw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:list-subscribe:list-help:list-post:list-archive :list-unsubscribe:list-id:precedence:message-id:mime-version:subject :cc:to:from:date:dmarc-filter:delivered-to; bh=RevW8xlZW1Rbb+6D93E7MWtL1+NVqQHJxwQ077b+psc=; b=QjggKBphtDyzbDPS/xC/eN4h2KX8zaqXHA48wwl9gmPp344r+PJ1Hs3kaPIA8ZcLqP AavQG7iY0FEUJJQ6ecGAbHG9Bb4uqT1v0zVxgnrRnDKerN7LmPpVyl8Eve5fP7TjfeBO 8VrrMeJ1yi4GAf1PKfqnkhFmVAd1R7nbpDJa9KxbOankqPUMQYPPbRayXnevOD1DHZ5B 8otMm6rwdperV79NDMk37UxAfsAANj4dSDk2f7hSBvXJFQ80Qlb0ydOipjy/JMJ9vS0I oFsWE0SV8CF9u0GT7dwHVNjnvV4L//VOWrT6QTjbkf06WYsGpTjAc+EX0bF1lbOAoeKY Kh6w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from sourceware.org (ip-8-43-85-97.sourceware.org. [8.43.85.97]) by mx.google.com with ESMTPS id sb17-20020a1709076d9100b009246b3ddc33si712965ejc.372.2023.03.11.12.26.16 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 11 Mar 2023 12:26:16 -0800 (PST) Received-SPF: pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) client-ip=8.43.85.97; Authentication-Results: mx.google.com; spf=pass (google.com: domain of gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org designates 8.43.85.97 as permitted sender) smtp.mailfrom="gcc-patches-bounces+ouuuleilei=gmail.com@gcc.gnu.org" Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 94FA7385703A for ; Sat, 11 Mar 2023 20:25:45 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 766BA3858CDA for ; Sat, 11 Mar 2023 20:25:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 766BA3858CDA Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 0D82833EA9; Sat, 11 Mar 2023 15:25:22 -0500 (EST) Received: from naga.localdomain (188-23-63-229.adsl.highway.telekom.at [188.23.63.229]) (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 8082833E99; Sat, 11 Mar 2023 15:25:21 -0500 (EST) Date: Sat, 11 Mar 2023 21:25:20 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: Tobias Burnus Subject: [pushed] wwwdocs: gcc-10: Minor tweaks to the OpenACC/OpenMP section MIME-Version: 1.0 X-Scanned-By: mailmunge 3.11 on 209.68.5.143 Message-Id: <20230311202522.0D82833EA9@hamza.pair.com> X-Spam-Status: No, score=-9.4 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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+ouuuleilei=gmail.com@gcc.gnu.org Sender: "Gcc-patches" X-getmail-retrieved-from-mailbox: =?utf-8?q?INBOX?= X-GMAIL-THRID: =?utf-8?q?1760104416794260103?= X-GMAIL-MSGID: =?utf-8?q?1760104416794260103?= I looked at this older release notes "by chance" and notice some minor editorial changes. Pushed (but let me know if you disagree with any of these). Gerald --- htdocs/gcc-10/changes.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 4acc8d12..915e80ae 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -191,8 +191,8 @@ You may also want to check out our
  • - Version 2.6 of the OpenACC - specification is now supported in the C, C++ and Fortran compilers. + Version 2.6 of the OpenACC + specification is now supported by the C, C++ and Fortran compilers. See the implementation status section on the OpenACC wiki page and the @@ -200,11 +200,11 @@ You may also want to check out our
  • GCC 10 adds a number of newly implemented OpenMP 5.0 - features on top of the GCC 9 release such as conditional + features such as conditional lastprivate clause, scan and loop directives, order(concurrent) and use_device_addr clauses support, if - clause on simd construct or partial support for + clause on simd construct, and partial support for the declare variant directive, getting closer to full support of the OpenMP 5.0 standard.