Commit e18f73cd by Tobias Burnus

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
parent 938d35bd
2008-10-28 Tobias Burnus <burnus@net-b.de>
* intrinsic.texi: Update OpenMP section for OMPv3.
2008-10-24 Jakub Jelinek <jakub@redhat.com> 2008-10-24 Jakub Jelinek <jakub@redhat.com>
* Make-lang.in (check-f95-subtargets, check-fortran-subtargets): New * Make-lang.in (check-f95-subtargets, check-fortran-subtargets): New
...@@ -7,8 +11,8 @@ ...@@ -7,8 +11,8 @@
2008-10-19 Paul Thomas <pault@gcc.gnu.org> 2008-10-19 Paul Thomas <pault@gcc.gnu.org>
PR fortran/37723 PR fortran/37723
* dependency.c (gfc_dep_resolver ): If we find equal array * dependency.c (gfc_dep_resolver ): If we find equal array
element references, go on to the next reference. element references, go on to the next reference.
2008-10-16 Daniel Kraft <d@domob.eu> 2008-10-16 Daniel Kraft <d@domob.eu>
......
...@@ -11309,7 +11309,7 @@ defined. ...@@ -11309,7 +11309,7 @@ defined.
@section OpenMP Modules @code{OMP_LIB} and @code{OMP_LIB_KINDS} @section OpenMP Modules @code{OMP_LIB} and @code{OMP_LIB_KINDS}
@table @asis @table @asis
@item @emph{Standard}: @item @emph{Standard}:
OpenMP Application Program Interface v2.5 OpenMP Application Program Interface v3.0
@end table @end table
...@@ -11322,8 +11322,8 @@ the named constants defined in the @code{OMP_LIB_KINDS} module are listed ...@@ -11322,8 +11322,8 @@ the named constants defined in the @code{OMP_LIB_KINDS} module are listed
below. below.
For details refer to the actual For details refer to the actual
@uref{http://www.openmp.org/drupal/mp-documents/spec25.pdf, @uref{http://www.openmp.org/mp-documents/spec30.pdf,
OpenMP Application Program Interface v2.5}. OpenMP Application Program Interface v3.0}.
@code{OMP_LIB_KINDS} provides the following scalar default-integer @code{OMP_LIB_KINDS} provides the following scalar default-integer
named constants: named constants:
...@@ -11333,4 +11333,5 @@ named constants: ...@@ -11333,4 +11333,5 @@ named constants:
@item @code{omp_logical_kind} @item @code{omp_logical_kind}
@item @code{omp_lock_kind} @item @code{omp_lock_kind}
@item @code{omp_nest_lock_kind} @item @code{omp_nest_lock_kind}
@item @code{omp_sched_kind}
@end table @end table
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment