public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Tobias Burnus <tobias.burnus@siemens.com>
To: gcc-patches <gcc-patches@gcc.gnu.org>, Jakub Jelinek <jakub@redhat.com>
Subject: [wwwdocs] projects/gomp: TR11 + GCC13 update
Date: Fri, 11 Nov 2022 16:13:01 +0100	[thread overview]
Message-ID: <853627e4-b2a4-1c50-9d91-cdbb8396cca0@siemens.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 376 bytes --]

This patch adds TR11 to the history of OpenMP releases – and it does an 
update of the implementation status.

OK?

Tobias

PS: The implementation-status changes were lying around in that file for 
a while. I think both the GCC 13 release notes and this file needs some 
update for more recent changes. Nonetheless, while incomplete, the 
changes themselves should be fine.

[-- Attachment #2: gomp.diff --]
[-- Type: text/x-patch, Size: 3086 bytes --]

projects/gomp: TR11 + GCC13 update

 htdocs/projects/gomp/index.html | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html
index 713a4e16..46f393c8 100644
--- a/htdocs/projects/gomp/index.html
+++ b/htdocs/projects/gomp/index.html
@@ -677,7 +677,7 @@ than listed, depending on resolved corner cases and optimizations.</p>
   </tr>
   <tr>
     <td>device-specific ICV settings with environment variables</td>
-    <td class="unsupported">No</td>
+    <td class="supported"><a href="../../gcc-13/changes.html#languages">GCC&nbsp;13</a></td>
     <td></td>
   </tr>
   <tr>
@@ -771,10 +771,10 @@ than listed, depending on resolved corner cases and optimizations.</p>
     <td class="unsupported">No</td>
     <td></td>
   </tr>
-  <tr>
+  <tr id="impl-omp52-ompx">
     <td><code>omp</code>/<code>ompx</code>/<code>omx</code> sentinels and <code>omp_</code>/<code>ompx_</code> namespaces</td>
     <td class="other">N/A</td>
-    <td></td>
+    <td>warning for <code>ompx</code>/<code>omx</code> sentinels <a href="#fn-impl-omp52-ompx">(1)</a></td>
   </tr>
   <tr>
     <td>Clauses on <code>end</code> directive can be on directive</td>
@@ -888,7 +888,7 @@ than listed, depending on resolved corner cases and optimizations.</p>
   </tr>
   <tr>
     <td>New <code>doacross</code> clause as alias for <code>depend</code> with <code>source</code>/<code>sink</code> modifier</td>
-    <td class="unsupported">No</td>
+    <td class="supported"><a href="../../gcc-13/changes.html#languages">GCC&nbsp;13</a></td>
     <td></td>
   </tr>
   <tr>
@@ -898,7 +898,7 @@ than listed, depending on resolved corner cases and optimizations.</p>
   </tr>
   <tr>
     <td><code>omp_cur_iteration</code> keyword</td>
-    <td class="unsupported">No</td>
+    <td class="supported"><a href="../../gcc-13/changes.html#languages">GCC&nbsp;13</a></td>
     <td></td>
   </tr>
   <tr>
@@ -924,9 +924,22 @@ than listed, depending on resolved corner cases and optimizations.</p>
 </tbody>
 </table>
 
+<p id="fn-impl-omp52-ompx"><a href="#impl-omp52-ompx">(1)</a> The
+<code>ompx</code> sentinel as C/C++ pragma and C++ attributes are warned for
+with <code>-Wunknown-pragmas</code> (implied by <code>-Wall</code>) and
+<code>-Wattributes</code> (enabled by default), respectively; for Fortran
+free-source code, there is a warning enabled by default and, for fixed-source
+code, the <code>omx</code> sentinel is warned for with <code>-Wsurprising</code>
+(enabled by <code>-Wall</code>). Unknown clauses are always rejected with an
+error.</p>
 
 <h2 id="omp-status">OpenMP Releases and Status</h2>
 <dl>
+<dt><b>November 9, 2022</b></dt>
+<dd><p><a href="https://www.openmp.org/wp-content/uploads/openmp-TR11.pdf">OpenMP
+Technical Report 11 (first preview for the OpenMP API Version 6.0)</a> has been
+released.</p></dd>
+
 <dt><b>November 9, 2021</b></dt>
 <dd><p><a href="https://www.openmp.org/wp-content/uploads/OpenMP-API-Specification-5-2.pdf">OpenMP
 Version 5.2</a> has been released.</p></dd>

             reply	other threads:[~2022-11-11 15:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-11 15:13 Tobias Burnus [this message]
2022-11-23  9:34 ` *PING* - " Tobias Burnus
2022-11-23 11:08   ` Jakub Jelinek

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=853627e4-b2a4-1c50-9d91-cdbb8396cca0@siemens.com \
    --to=tobias.burnus@siemens.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jakub@redhat.com \
    /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).