From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 3FF6F3857C70; Fri, 15 Oct 2021 08:49:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3FF6F3857C70 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Tobias Burnus To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/omp/gcc-11] openmp: Mark declare variant directive in documentation as supported in Fortran X-Act-Checkin: gcc X-Git-Author: Kwok Cheung Yeung X-Git-Refname: refs/heads/devel/omp/gcc-11 X-Git-Oldrev: b2c80707a4960fd6c45f0667dabcecda4762dff5 X-Git-Newrev: 5e35735731f51afe20474415f03e3be1b269311e Message-Id: <20211015084919.3FF6F3857C70@sourceware.org> Date: Fri, 15 Oct 2021 08:49:19 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2021 08:49:19 -0000 https://gcc.gnu.org/g:5e35735731f51afe20474415f03e3be1b269311e commit 5e35735731f51afe20474415f03e3be1b269311e Author: Kwok Cheung Yeung Date: Fri Oct 15 10:14:00 2021 +0200 openmp: Mark declare variant directive in documentation as supported in Fortran 2021-10-14 Kwok Cheung Yeung libgomp/ * libgomp.texi (OpenMP 5.0): Update entry for declare variant directive. (cherry picked from commit 2c4666fb0686a8f5a55821f1527351dc71c018b4) Diff: --- libgomp/ChangeLog.omp | 8 ++++++++ libgomp/libgomp.texi | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libgomp/ChangeLog.omp b/libgomp/ChangeLog.omp index 73afad08e17..f014b511ad9 100644 --- a/libgomp/ChangeLog.omp +++ b/libgomp/ChangeLog.omp @@ -1,3 +1,11 @@ +2021-10-15 Tobias Burnus + + Backported from master: + 2021-10-14 Kwok Cheung Yeung + + * libgomp.texi (OpenMP 5.0): Update entry for declare variant + directive. + 2021-10-15 Tobias Burnus Backported from master: diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 48e269b088f..0cc988f23a8 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