public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Kwok Yeung <kcy@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r14-9020] libgomp: Update documentation for indirect calls in target regions
Date: Thu, 15 Feb 2024 21:32:18 +0000 (GMT)	[thread overview]
Message-ID: <20240215213218.848053857B88@sourceware.org> (raw)

https://gcc.gnu.org/g:b3b3bd250f0a7c22b7d46d3522c8b94c6a35d22a

commit r14-9020-gb3b3bd250f0a7c22b7d46d3522c8b94c6a35d22a
Author: Kwok Cheung Yeung <kcyeung@baylibre.com>
Date:   Thu Feb 15 21:22:26 2024 +0000

    libgomp: Update documentation for indirect calls in target regions
    
    Support for indirect calls to procedures/functions in offloaded target
    regions is now available for C, C++ and Fortran.
    
    2024-02-15  Kwok Cheung Yeung  <kcyeung@baylibre.com>
    
            libgomp/
            * libgomp.texi (OpenMP 5.1): Mark indirect call support as fully
            implemented.

Diff:
---
 libgomp/libgomp.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi
index 6ee923099b73..f57190f203c2 100644
--- a/libgomp/libgomp.texi
+++ b/libgomp/libgomp.texi
@@ -313,7 +313,7 @@ The OpenMP 4.5 specification is fully supported.
 @item Iterators in @code{target update} motion clauses and @code{map}
       clauses @tab N @tab
 @item Indirect calls to the device version of a procedure or function in
-      @code{target} regions @tab P @tab Only C and C++
+      @code{target} regions @tab Y @tab
 @item @code{interop} directive @tab N @tab
 @item @code{omp_interop_t} object support in runtime routines @tab N @tab
 @item @code{nowait} clause in @code{taskwait} directive @tab Y @tab
@@ -362,7 +362,7 @@ to address of matching mapped list item per 5.1, Sect. 2.21.7.2 @tab N @tab
 @item For Fortran, diagnose placing declarative before/between @code{USE},
       @code{IMPORT}, and @code{IMPLICIT} as invalid @tab N @tab
 @item Optional comma between directive and clause in the @code{#pragma} form @tab Y @tab
-@item @code{indirect} clause in @code{declare target} @tab P @tab Only C and C++
+@item @code{indirect} clause in @code{declare target} @tab Y @tab
 @item @code{device_type(nohost)}/@code{device_type(host)} for variables @tab N @tab
 @item @code{present} modifier to the @code{map}, @code{to} and @code{from}
       clauses @tab Y @tab

                 reply	other threads:[~2024-02-15 21:32 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=20240215213218.848053857B88@sourceware.org \
    --to=kcy@gcc.gnu.org \
    --cc=gcc-cvs@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).