public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/redhat/heads/gcc-8-branch)] [OpenMP] Add missing parameters to omp_lib documentation (PR fortran/93541)
@ 2020-09-17 16:37 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2020-09-17 16:37 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8367719c9f17c579fffc555ace8032ffaf5ad40d

commit 8367719c9f17c579fffc555ace8032ffaf5ad40d
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Mon Feb 3 12:15:40 2020 +0100

    [OpenMP] Add missing parameters to omp_lib documentation (PR fortran/93541)
    
            Backported from mainline
            2020-02-03  Tobias Burnus  <tobias@codesourcery.com>
    
            PR fortran/93541
            * intrinisic.texi (OpenMP Modules OMP_LIB and OMP_LIB_KINDS):
            Add undocumented parameters from omp_lib.f90.in.

Diff:
---
 gcc/fortran/ChangeLog      |  9 +++++++++
 gcc/fortran/intrinsic.texi | 11 +++++++++++
 2 files changed, 20 insertions(+)

diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 4edc856f8a8..aa4dc8c65bd 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,12 @@
+2020-02-03  Tobias Burnus  <tobias@codesourcery.com>
+
+	Backported from mainline
+	2020-02-03  Tobias Burnus  <tobias@codesourcery.com>
+
+	PR fortran/93541
+	* intrinisic.texi (OpenMP Modules OMP_LIB and OMP_LIB_KINDS):
+	Add undocumented parameters from omp_lib.f90.in.
+
 2020-01-10  Tobias Burnus  <tobias@codesourcery.com>
 
 	Backported from mainline
diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi
index e38440d9b56..734da6bbb1f 100644
--- a/gcc/fortran/intrinsic.texi
+++ b/gcc/fortran/intrinsic.texi
@@ -14825,6 +14825,7 @@ named constants:
 
 @table @asis
 @item @code{omp_lock_kind}
+@item @code{omp_lock_hint_kind}
 @item @code{omp_nest_lock_kind}
 @item @code{omp_proc_bind_kind}
 @item @code{omp_sched_kind}
@@ -14856,6 +14857,16 @@ kind @code{omp_proc_bind_kind}:
 @item @code{omp_proc_bind_spread}
 @end table
 
+The following scalar integer named constants are of the
+kind @code{omp_lock_hint_kind}:
+
+@table @asis
+@item @code{omp_lock_hint_none}
+@item @code{omp_lock_hint_uncontended}
+@item @code{omp_lock_hint_contended}
+@item @code{omp_lock_hint_nonspeculative}
+@item @code{omp_lock_hint_speculative}
+@end table
 
 
 @node OpenACC Module OPENACC


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

only message in thread, other threads:[~2020-09-17 16:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-17 16:37 [gcc(refs/vendors/redhat/heads/gcc-8-branch)] [OpenMP] Add missing parameters to omp_lib documentation (PR fortran/93541) Jakub Jelinek

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