From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1729) id E1D013858427; Thu, 14 Oct 2021 16:36:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E1D013858427 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Kwok Yeung To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-4412] 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/master X-Git-Oldrev: e19eea30d61af0f9c8442bbee62441536394a513 X-Git-Newrev: 2c4666fb0686a8f5a55821f1527351dc71c018b4 Message-Id: <20211014163642.E1D013858427@sourceware.org> Date: Thu, 14 Oct 2021 16:36:42 +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: Thu, 14 Oct 2021 16:36:43 -0000 https://gcc.gnu.org/g:2c4666fb0686a8f5a55821f1527351dc71c018b4 commit r12-4412-g2c4666fb0686a8f5a55821f1527351dc71c018b4 Author: Kwok Cheung Yeung Date: Thu Oct 14 09:29:13 2021 -0700 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. Diff: --- 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