From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id D990B3858C66; Fri, 24 Nov 2023 16:46:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D990B3858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1700844360; bh=LH9GShvXh0DGSVf1P61hF0rWV17AQOnqy6tZh0vK/Hk=; h=To:Subject:Date:From:From; b=QDWyE4D34t4SlITPKY7gfMWSa9U4N0bkIXBBaJUYJMWUJKBG0GVXp1OWEUv5+l4Da ddbbv3wRZNQgbxIvceA70z5tVQ8WKqrfOHo/3SSjbeN8XbKoGA+tnHk/Bb6vqDAGbs WLjWw3QQzE+Iu2EyXCCnjSXtYkhh0LayA0ibxMRw= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. cbf7dcbf8cddc08c0cefb04a1d5f5d78c35224ed X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: dc54aeee47a0a7cd24220c27788e2ce3ddd6e4c5 X-Git-Newrev: cbf7dcbf8cddc08c0cefb04a1d5f5d78c35224ed Message-Id: <20231124164600.D990B3858C66@sourceware.org> Date: Fri, 24 Nov 2023 16:46:00 +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 cbf7dcbf8cddc08c0cefb04a1d5f5d78c35224ed (commit) from dc54aeee47a0a7cd24220c27788e2ce3ddd6e4c5 (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 cbf7dcbf8cddc08c0cefb04a1d5f5d78c35224ed Author: Tobias Burnus Date: Fri Nov 24 17:45:45 2023 +0100 gcc-14/changes.html: Fix HTML syntax diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index 4eac9d6e..6c42b61f 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -53,9 +53,10 @@ a work-in-progress.

The requires directive's unified_address requirement is now fulfilled by both AMD GCN and nvptx devices. -
  • OpenMP 5.0: The allocate/ directive is now +
  • OpenMP 5.0: The allocate directive is now supported for stack variables in C and Fortran, including the OpenMP 5.1 align modifier. +
  • OpenMP 5.1: Support was added for collapsing imperfectly nested loops and using present as map-type modifier and in ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs