From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id C8B783858C56; Tue, 21 Jun 2022 13:47:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C8B783858C56 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. c402ac6679e0eca4afb99ca5a734ebfed39d0f01 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: cdbd3d6852befe7ec910a340d2c40ef7718a4779 X-Git-Newrev: c402ac6679e0eca4afb99ca5a734ebfed39d0f01 Message-Id: <20220621134712.C8B783858C56@sourceware.org> Date: Tue, 21 Jun 2022 13:47:12 +0000 (GMT) From: Jakub Jelinek X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jun 2022 13:47:12 -0000 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via c402ac6679e0eca4afb99ca5a734ebfed39d0f01 (commit) from cdbd3d6852befe7ec910a340d2c40ef7718a4779 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c402ac6679e0eca4afb99ca5a734ebfed39d0f01 Author: Jakub Jelinek Date: Tue Jun 21 15:46:59 2022 +0200 Small tweaks for OpenMP implementation status. diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index 8b6dc84f..7deb7990 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -793,7 +793,7 @@ than listed, depending on resolved corner cases and optimizations.

New enter clause as alias for to on declare target directive - No + GCC 13 @@ -853,7 +853,7 @@ than listed, depending on resolved corner cases and optimizations.

allocate and firstprivate clauses on scope - No + GCC 13 @@ -892,7 +892,7 @@ than listed, depending on resolved corner cases and optimizations.

- interop_types in any position of the modifier list for the init clause of the interop construct + interop_types in any position of the modifier list for the init clause of the interop construct No ----------------------------------------------------------------------- Summary of changes: htdocs/projects/gomp/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) hooks/post-receive -- gcc-wwwdocs