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. 9fa10adab58b0683899dfe490ce127933a13e434
Date: Wed, 23 Nov 2022 13:59:10 +0000 (GMT)	[thread overview]
Message-ID: <20221123135910.574D43853D48@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  9fa10adab58b0683899dfe490ce127933a13e434 (commit)
      from  ff37510ea18fdf9277a9b95bf5e472fbeb479164 (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 9fa10adab58b0683899dfe490ce127933a13e434
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Wed Nov 23 14:57:32 2022 +0100

    projects/gomp: TR11 + GCC13 update

diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html
index 053e0b7d..87903289 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>

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

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


hooks/post-receive
-- 
gcc-wwwdocs

                 reply	other threads:[~2022-11-23 13:59 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=20221123135910.574D43853D48@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).