From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id EA19B3858D35; Thu, 7 Mar 2024 10:42:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EA19B3858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709808139; bh=ghwhGlAXn1hbK+zuSCUrJEOirHaV6LmRSeuM7ONXp/c=; h=To:Subject:Date:From:From; b=As4K52Jg02wM9gDwlbH08KkJW6h+ubH4RkEOWDaTvIhB1KK3D/Somb2qBa+ozLYNQ 881qM+zAf+f+PTEB0PNMgqVAgrp/pdfj15BjkVrEL7VH3g/CK9xUCpCxAxfLwdeWON jAgJPwYNn4ha1JRqgGHTJoeH5xm1lAtzQoggmrf0= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. f99d0f3a2c61ad6677170b9068d511c20ba1bfe1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d8b8422fea1dc4cfb0411444544e12e7ed47cb38 X-Git-Newrev: f99d0f3a2c61ad6677170b9068d511c20ba1bfe1 Message-Id: <20240307104219.EA19B3858D35@sourceware.org> Date: Thu, 7 Mar 2024 10:42:19 +0000 (GMT) From: Tobias Burnus List-Id: 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 f99d0f3a2c61ad6677170b9068d511c20ba1bfe1 (commit) from d8b8422fea1dc4cfb0411444544e12e7ed47cb38 (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 f99d0f3a2c61ad6677170b9068d511c20ba1bfe1 Author: Tobias Burnus Date: Thu Mar 7 11:40:57 2024 +0100 projects/gomp/: Fix typo, mark an item as implemented in GCC 14 diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index 8fdfb95a..b8f11508 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -708,7 +708,7 @@ than listed, depending on resolved corner cases and optimizations.

- .terators in target update motion clauses and map clauses + Iterators in target update motion clauses and map clauses No @@ -729,7 +729,7 @@ than listed, depending on resolved corner cases and optimizations.

present argument to defaultmap clause - No + GCC 14 ----------------------------------------------------------------------- Summary of changes: htdocs/projects/gomp/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs