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. b5f474618540dc068b8fe4ba7b76a94646097ee5
Date: Thu, 19 May 2022 12:23:55 +0000 (GMT)	[thread overview]
Message-ID: <20220519122355.9AA52384B0C4@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  b5f474618540dc068b8fe4ba7b76a94646097ee5 (commit)
      from  6c318f19e08bc7164fbee104a0d204cb26aca78b (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 b5f474618540dc068b8fe4ba7b76a94646097ee5
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Thu May 19 14:23:39 2022 +0200

    OpenMP - minor update/fixes for gomp + gcc-13
    
    * gcc-13/changes.html (OpenMP): Update.
    * projects/gomp/: Make Documentation a '<h2>'; fix </code> location;
      mark two features as GCC-13 supported.

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index 969fb00b..2d974ae5 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -41,9 +41,12 @@ a work-in-progress.</p>
   <li><a href="https://gcc.gnu.org/projects/gomp/">OpenMP</a>
   <ul>
     <li>The following OpenMP 5.1 features have been added: the
-    <code>omp_all_memory</code> reserved locator and the
-    <code>omp_target_is_accessible</code> and <code>omp_get_mapped_ptr</code>
-    API routines.</li>
+    <code>omp_all_memory</code> reserved locator, the <code>inoutset</code>
+    modifier to the <code>depend</code> clause and the
+    <code>omp_target_is_accessible</code>, <code>omp_target_memcpy_async</code>,
+    <code>omp_target_memcpy_rect_async</code> and
+    <code>omp_get_mapped_ptr</code> API routines. Fortran now supports
+    non-rectangular loop nests, which were added for C/C++ in GCC 11.</li>
   </ul>
   </li>
 </ul>
diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html
index c282b4f5..68531a57 100644
--- a/htdocs/projects/gomp/index.html
+++ b/htdocs/projects/gomp/index.html
@@ -20,6 +20,7 @@ OpenMP and OpenACC are supported with GCC's C, C++ and Fortran compilers.</p>
 <h2>Content</h2>
 <ul>
   <li><a href="#usage">Usage</a></li>
+  <li><a href="#documentation">Documentation</a></li>
   <li><a href="#history_and_goal">History and Project Goal</a></li>
   <li><a href="#contributing">Contributing</a></li>
   <li><a href="#bugs">Reporting Bugs</a></li>
@@ -66,7 +67,7 @@ OpenMP and OpenACC are supported with GCC's C, C++ and Fortran compilers.</p>
   details.</li>
 </ul>
 
-<p>Documentation</p>
+<h2 id="documentation">Documentation</h2>
 <ul>
   <li><a href="https://gcc.gnu.org/onlinedocs/libgomp/">GNU libgomp</a> manual
   for API routines, environment variables and implementation details.</li>
@@ -550,7 +551,7 @@ than listed, depending on resolved corner cases and optimizations.</p>
     <td></td>
   </tr>
   <tr>
-    <td><code>seq_cst</code> clause on a <code>flush construct</code></td>
+    <td><code>seq_cst</code> clause on a <code>flush</code> construct</td>
     <td class="supported"><a href="../../gcc-12/changes.html#languages">GCC&nbsp;12</a></td>
     <td></td>
   </tr>
@@ -604,11 +605,21 @@ than listed, depending on resolved corner cases and optimizations.</p>
     <td class="supported"><a href="../../gcc-12/changes.html#languages">GCC&nbsp;12</a></td>
     <td></td>
   </tr>
+  <tr>
+    <td><code>inoutset</code> argument to the <code>depend</code> clause</td>
+    <td class="supported"><a href="../../gcc-13/changes.html#languages">GCC&nbsp;13</a></td>
+    <td></td>
+  </tr>
   <tr>
     <td><code>omp_target_is_accessible</code> runtime routine</td>
     <td class="supported"><a href="../../gcc-13/changes.html#languages">GCC&nbsp;13</a></td>
     <td></td>
   </tr>
+  <tr>
+    <td><code>omp_target_memcpy_async</code> and <code>omp_target_memcpy_rect_async</code> runtime routines</td>
+    <td class="supported"><a href="../../gcc-13/changes.html#languages">GCC&nbsp;13</a></td>
+    <td></td>
+  </tr>
   <tr>
     <td><code>omp_get_mapped_ptr</code> runtime routine</td>
     <td class="supported"><a href="../../gcc-13/changes.html#languages">GCC&nbsp;13</a></td>
@@ -684,21 +695,11 @@ than listed, depending on resolved corner cases and optimizations.</p>
     <td class="unsupported">No</td>
     <td></td>
   </tr>
-  <tr>
-    <td><code>inoutset</code> argument to the <code>depend</code> clause</td>
-    <td class="unsupported">No</td>
-    <td></td>
-  </tr>
   <tr>
     <td><code>present</code> argument to <code>defaultmap</code> clause</td>
     <td class="unsupported">No</td>
     <td></td>
   </tr>
-  <tr>
-    <td><code>omp_target_memcpy_async</code> and <code>omp_target_memcpy_rect_async</code> runtime routines</td>
-    <td class="unsupported">No</td>
-    <td></td>
-  </tr>
   <tr>
     <td><code>ompt_scope_endpoint_t</code> enum: <code>ompt_scope_beginend</code></td>
     <td class="unsupported">No</td>

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

Summary of changes:
 htdocs/gcc-13/changes.html      |  9 ++++++---
 htdocs/projects/gomp/index.html | 25 +++++++++++++------------
 2 files changed, 19 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs


                 reply	other threads:[~2022-05-19 12:23 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=20220519122355.9AA52384B0C4@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).