Commit 0b4cb601 by Tobias Burnus Committed by Tobias Burnus

gfortran.texi (OpenMP): Update refs to OpenMP 4.0.

2014-06-18  Tobias Burnus  <burnus@net-b.de>

        * gfortran.texi (OpenMP): Update refs to OpenMP 4.0.
        * intrinsic.texi (OpenMP Modules): Ditto.

From-SVN: r211806
parent a78cc314
2014-06-18 Tobias Burnus <burnus@net-b.de>
* gfortran.texi (OpenMP): Update refs to OpenMP 4.0.
* intrinsic.texi (OpenMP Modules): Ditto.
2014-06-18 Jakub Jelinek <jakub@redhat.com> 2014-06-18 Jakub Jelinek <jakub@redhat.com>
* cpp.c (cpp_define_builtins): Change _OPENMP macro to * cpp.c (cpp_define_builtins): Change _OPENMP macro to
......
...@@ -531,7 +531,7 @@ The current status of the support is can be found in the ...@@ -531,7 +531,7 @@ The current status of the support is can be found in the
@ref{TS 29113 status} sections of the documentation. @ref{TS 29113 status} sections of the documentation.
Additionally, the GNU Fortran compilers supports the OpenMP specification Additionally, the GNU Fortran compilers supports the OpenMP specification
(version 3.1, @url{http://openmp.org/@/wp/@/openmp-specifications/}). (version 4.0, @url{http://openmp.org/@/wp/@/openmp-specifications/}).
@node Varying Length Character Strings @node Varying Length Character Strings
@subsection Varying Length Character Strings @subsection Varying Length Character Strings
...@@ -1884,8 +1884,8 @@ It consists of a set of compiler directives, library routines, ...@@ -1884,8 +1884,8 @@ It consists of a set of compiler directives, library routines,
and environment variables that influence run-time behavior. and environment variables that influence run-time behavior.
GNU Fortran strives to be compatible to the GNU Fortran strives to be compatible to the
@uref{http://www.openmp.org/mp-documents/spec31.pdf, @uref{http://openmp.org/wp/openmp-specifications/,
OpenMP Application Program Interface v3.1}. OpenMP Application Program Interface v4.0}.
To enable the processing of the OpenMP directive @code{!$omp} in To enable the processing of the OpenMP directive @code{!$omp} in
free-form source code; the @code{c$omp}, @code{*$omp} and @code{!$omp} free-form source code; the @code{c$omp}, @code{*$omp} and @code{!$omp}
......
...@@ -13399,8 +13399,7 @@ named constants: ...@@ -13399,8 +13399,7 @@ named constants:
@code{OMP_LIB} provides the scalar default-integer @code{OMP_LIB} provides the scalar default-integer
named constant @code{openmp_version} with a value of the form named constant @code{openmp_version} with a value of the form
@var{yyyymm}, where @code{yyyy} is the year and @var{mm} the month @var{yyyymm}, where @code{yyyy} is the year and @var{mm} the month
of the OpenMP version; for OpenMP v3.1 the value is @code{201107} of the OpenMP version; for OpenMP v4.0 the value is @code{201307}.
and for OpenMP v4.0 the value is @code{201307}.
The following scalar integer named constants of the The following scalar integer named constants of the
kind @code{omp_sched_kind}: kind @code{omp_sched_kind}:
......
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