From e18f73cdd3f53d7ecd4ce42b003f0f0329afb79a Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Tue, 28 Oct 2008 14:22:51 +0100 Subject: intrinsic.texi: Update OpenMP section for OMPv3. 2008-10-28 Tobias Burnus * intrinsic.texi: Update OpenMP section for OMPv3. From-SVN: r141408 --- gcc/fortran/ChangeLog | 8 ++++++-- gcc/fortran/intrinsic.texi | 7 ++++--- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'gcc/fortran') diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index bd18bd1..a81141f 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2008-10-28 Tobias Burnus + + * intrinsic.texi: Update OpenMP section for OMPv3. + 2008-10-24 Jakub Jelinek * Make-lang.in (check-f95-subtargets, check-fortran-subtargets): New @@ -7,8 +11,8 @@ 2008-10-19 Paul Thomas - PR fortran/37723 - * dependency.c (gfc_dep_resolver ): If we find equal array + PR fortran/37723 + * dependency.c (gfc_dep_resolver ): If we find equal array element references, go on to the next reference. 2008-10-16 Daniel Kraft 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 -- cgit v1.1