public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
From: Tobias Burnus <burnus@sourceware.org>
To: gcc-cvs-wwwdocs@gcc.gnu.org
Subject: gcc-wwwdocs branch master updated. fd2d3c20984611ca56b79935803d5927f1031625
Date: Thu, 21 Sep 2023 15:28:42 +0000 (GMT)	[thread overview]
Message-ID: <20230921152842.1729E38582B7@sourceware.org> (raw)

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  fd2d3c20984611ca56b79935803d5927f1031625 (commit)
      from  233590627033c241abe66551363c8de5fb76eed0 (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 fd2d3c20984611ca56b79935803d5927f1031625
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Thu Sep 21 17:27:34 2023 +0200

    OpenMP: gcc-14/changes.html and projects/gomp/ update
    
    * htdocs/gcc-14/changes.html (OpenMP): Update for new features.
    * htdocs/projects/gomp/index.html: Likewise, update the impl. status.

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 65382746..2ca05ad0 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -55,11 +55,30 @@ a work-in-progress.</p>
       The <code>requires</code> directive's <code>unified_address</code>
       requirement is now fulfilled by both AMD GCN and nvptx devices.
     </li>
+    <li>
+      OpenMP 5.1: Support was added for collapsing imperfectly nested loops and
+      using <code>present</code> as map-type modifier and in
+      <code>defaultmap</code>.
+    </li>
     <li>
       OpenMP 5.2: The <code>OMP_TARGET_OFFLOAD=mandatory</code> handling has
       been updated for the clarifications and changes of the 5.2 specification.
       For Fortran, the list of directives permitted in Fortran pure procedures
-      was extended.
+      was extended. Additionally, the spec change has been implemented for
+      default implicit mapping of C/C++ pointers pointing to unmapped storage.
+    </li>
+    <li>
+      OpenMP 6.0 preview (TR11): The <code>decl</code> attribute is now
+      supported in C++ 11 attributes.
+    </li>
+    <li>
+      The <a href="https://gcc.gnu.org/onlinedocs/libgomp/">GNU Offloading and
+      Multi Processing Runtime Library Manual</a> has been updated and extended,
+      improving especially the ICV description, memory allocation, and the
+      description of the environment variables and OpenMP routines. On Linux,
+      the <a href="https://github.com/numactl/numactl">libnuma</a> is now used
+      for allocators requesting the nearest-partition trait as detailed in the
+      manual.
     </li>
   </ul>
   </li>
diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html
index 04bfd908..7f0b97c3 100644
--- a/htdocs/projects/gomp/index.html
+++ b/htdocs/projects/gomp/index.html
@@ -479,8 +479,8 @@ than listed, depending on resolved corner cases and optimizations.</p>
   </tr>
   <tr>
     <td><code>allocate</code> directive</td>
-    <td class="unsupported">No</td>
-    <td></td>
+    <td class="partial"><a href="../../gcc-14/changes.html#languages">GCC&nbsp;14</a></td>
+    <td>Only C, only stack variables</td>
   </tr>
   <tr>
     <td>Discontiguous array section with <code>target update</code> construct</td>
@@ -554,8 +554,8 @@ than listed, depending on resolved corner cases and optimizations.</p>
   </tr>
   <tr>
     <td><code>align</code> clause in <code>allocate</code> directive</td>
-    <td class="unsupported">No</td>
-    <td></td>
+    <td class="partial"><a href="../../gcc-14/changes.html#languages">GCC&nbsp;14</a></td>
+    <td>Only C (and only stack variables)</td>
   </tr>
   <tr>
     <td><code>align</code> modifier in <code>allocate</code> clause</td>
@@ -996,7 +996,7 @@ error.</p>
   </tr>
   <tr>
     <td>The <code>decl</code> attribute was added to the C++ attribute syntax
-    <td class="unsupported">No</td>
+    <td class="supported"><a href="../../gcc-14/changes.html#languages">GCC&nbsp;14</a></td>
     <td></td>
   </tr>
   <tr>

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-14/changes.html      | 21 ++++++++++++++++++++-
 htdocs/projects/gomp/index.html | 10 +++++-----
 2 files changed, 25 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

                 reply	other threads:[~2023-09-21 15:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230921152842.1729E38582B7@sourceware.org \
    --to=burnus@sourceware.org \
    --cc=gcc-cvs-wwwdocs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).