From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
Received: by sourceware.org (Postfix, from userid 2142)
id F15453858D1E; Sat, 14 Jan 2023 21:45:57 +0000 (GMT)
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F15453858D1E
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org;
s=default; t=1673732757;
bh=4c2nTAoZ9Y1+62wr11QvpHOWorSvj31T3+FMtzBxVG0=;
h=To:Subject:Date:From:From;
b=kC/HY+Y24dEM/wkQFlyp7hp1fJZwpQxfGpZUa4IghaRF2VktVhWoT9gbPc+YVC9nZ
mzJPGMFfziuSCNuss+WqkeHMBzUyk5qeRCgSusiF5sRmyZq2ZMdUKQIPBy9YqbKzWG
nN6K9RfAWd2jnwN7Tl20PlgCXZ/XtTufRZha8gNg=
To: gcc-cvs-wwwdocs@gcc.gnu.org
Subject: gcc-wwwdocs branch master updated. 2f870cba5aaaa8c81449beb618a9030824360a25
X-Git-Refname: refs/heads/master
X-Git-Reftype: branch
X-Git-Oldrev: acd58a986d9d28bc0d9b78caf7317840ee286b73
X-Git-Newrev: 2f870cba5aaaa8c81449beb618a9030824360a25
Message-Id: <20230114214557.F15453858D1E@sourceware.org>
Date: Sat, 14 Jan 2023 21:45:57 +0000 (GMT)
From: Gerald Pfeifer
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 2f870cba5aaaa8c81449beb618a9030824360a25 (commit)
from acd58a986d9d28bc0d9b78caf7317840ee286b73 (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 2f870cba5aaaa8c81449beb618a9030824360a25
Author: Gerald Pfeifer
Date: Sat Jan 14 22:44:49 2023 +0100
gcc-13: Various editorial changes around OMP entries
diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index 96d47903..08e36fb3 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -54,10 +54,10 @@ a work-in-progress.
-
Reverse offload is now supported and the all clauses to the
-
requires
directive are now accepted; however, the
+ requires
directive are now accepted. However, the
requires_offload
, unified_address
- and unified_shared_memory
clauses cause that the
- only available device is the initial device (the host). Fortran now
+ and unified_shared_memory
clauses imply the initial
+ device (= the host) as the only available device. Fortran now
supports non-rectangular loop nests, which were added for C/C++ in GCC 11.
-
@@ -72,27 +72,27 @@ a work-in-progress.
syntax in C/C++ and device-specific ICV settings with environment variables
are now supported.
-
- Initial support for OpenMP 5.2 features have been added: Support for
+ Initial support for OpenMP 5.2 features has been added:
firstprivate
and allocate
clauses on the
- scope
construct and the OpenMP 5.2 syntax of the
- linear
clause; the new enum/constants
+ scope
construct; the OpenMP 5.2 syntax of the
+ linear
clause; new enum/constants
omp_initial_device
and omp_invalid_device
; and
optionally omitting the map-type in target enter/exit data
.
The enter
clause (as alias for to
) has been added
- to the declare target
directive. Also added has been the
+ to the declare target
directive. Also added have been the
omp_in_explicit_task
routine and the doacross
clause as alias for depend
with
source
/sink
modifier.
-
- The
_ALL
suffix to the device-scope environment variables,
+ The _ALL
suffix to the device-scope environment variables
added in Technical Report (TR11) is already handled.
-
For user defined allocators requesting high bandwidth or large capacity
memspaces or interleaved partitioning, the memkind library is used,
- if available at runtime.
+ if available at run time.
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-13/changes.html | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
hooks/post-receive
--
gcc-wwwdocs