aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/intrinsic.texi
diff options
context:
space:
mode:
authorTobias Burnus <burnus@gcc.gnu.org>2008-10-28 14:22:51 +0100
committerTobias Burnus <burnus@gcc.gnu.org>2008-10-28 14:22:51 +0100
commite18f73cdd3f53d7ecd4ce42b003f0f0329afb79a (patch)
tree38685ae9a47f889b375f384b626342ee7dc03fd5 /gcc/fortran/intrinsic.texi
parent938d35bd4a257e6bdb74358367d21010d3fd95e2 (diff)
downloadgcc-e18f73cdd3f53d7ecd4ce42b003f0f0329afb79a.zip
gcc-e18f73cdd3f53d7ecd4ce42b003f0f0329afb79a.tar.gz
gcc-e18f73cdd3f53d7ecd4ce42b003f0f0329afb79a.tar.bz2
intrinsic.texi: Update OpenMP section for OMPv3.
2008-10-28 Tobias Burnus <burnus@net-b.de> * intrinsic.texi: Update OpenMP section for OMPv3. From-SVN: r141408
Diffstat (limited to 'gcc/fortran/intrinsic.texi')
-rw-r--r--gcc/fortran/intrinsic.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi
index 3418d05..e4c0abc 100644
--- a/gcc/fortran/intrinsic.texi
+++ b/gcc/fortran/intrinsic.texi
@@ -11309,7 +11309,7 @@ defined.
@section OpenMP Modules @code{OMP_LIB} and @code{OMP_LIB_KINDS}
@table @asis
@item @emph{Standard}:
-OpenMP Application Program Interface v2.5
+OpenMP Application Program Interface v3.0
@end table
@@ -11322,8 +11322,8 @@ the named constants defined in the @code{OMP_LIB_KINDS} module are listed
below.
For details refer to the actual
-@uref{http://www.openmp.org/drupal/mp-documents/spec25.pdf,
-OpenMP Application Program Interface v2.5}.
+@uref{http://www.openmp.org/mp-documents/spec30.pdf,
+OpenMP Application Program Interface v3.0}.
@code{OMP_LIB_KINDS} provides the following scalar default-integer
named constants:
@@ -11333,4 +11333,5 @@ named constants:
@item @code{omp_logical_kind}
@item @code{omp_lock_kind}
@item @code{omp_nest_lock_kind}
+@item @code{omp_sched_kind}
@end table