public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [COMMIT] openmp: Mark declare variant directive as supported in Fortran
@ 2021-10-14 16:42 Kwok Cheung Yeung
  0 siblings, 0 replies; only message in thread
From: Kwok Cheung Yeung @ 2021-10-14 16:42 UTC (permalink / raw)
  To: gcc-patches, Jakub Jelinek, Tobias Burnus

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

Hello

As declare variant is now supported in the Fortran FE, I have removed 
the 'Only C and C++' for the declare variant entry in the list of OpenMP 
5.0 features supported. Committed as obvious.

Thanks

Kwok

[-- Attachment #2: 0001-openmp-Mark-declare-variant-directive-in-documentati.patch --]
[-- Type: text/plain, Size: 1137 bytes --]

From 2c4666fb0686a8f5a55821f1527351dc71c018b4 Mon Sep 17 00:00:00 2001
From: Kwok Cheung Yeung <kcy@codesourcery.com>
Date: Thu, 14 Oct 2021 09:29:13 -0700
Subject: [PATCH] openmp: Mark declare variant directive in documentation as
 supported in Fortran

2021-10-14  Kwok Cheung Yeung  <kcy@codesourcery.com>

libgomp/
	* libgomp.texi (OpenMP 5.0): Update entry for declare variant
	directive.
---
 libgomp/libgomp.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi
index bdd7e3ac442..af25e9df250 100644
--- a/libgomp/libgomp.texi
+++ b/libgomp/libgomp.texi
@@ -182,7 +182,7 @@ The OpenMP 4.5 specification is fully supported.
 @item Iterators @tab Y @tab
 @item @code{metadirective} directive @tab N @tab
 @item @code{declare variant} directive
-      @tab P @tab Only C and C++, simd traits not handled correctly
+      @tab P @tab simd traits not handled correctly
 @item @emph{target-offload-var} ICV and @code{OMP_TARGET_OFFLOAD}
       env variable @tab Y @tab
 @item Nested-parallel changes to @emph{max-active-levels-var} ICV @tab Y @tab
-- 
2.30.0.335.ge636282


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-14 16:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-14 16:42 [COMMIT] openmp: Mark declare variant directive as supported in Fortran Kwok Cheung Yeung

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).