invoke.texi (fopenmp): Bump OpenMP version from 4.0 to 4.5.

* doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
	4.5.

From-SVN: r245360
This commit is contained in:
Jakub Jelinek 2017-02-11 19:04:07 +01:00 committed by Jakub Jelinek
parent acbbac0444
commit c0a2ef7de3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-02-11 Jakub Jelinek <jakub@redhat.com>
* doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
4.5.
2017-02-11 Jan Hubicka <hubicka@ucw.cz>
PR tree-ssa/56727

View File

@ -2042,7 +2042,7 @@ can be omitted, to use a target-specific default value.
Enable handling of OpenMP directives @code{#pragma omp} in C/C++ and
@code{!$omp} in Fortran. When @option{-fopenmp} is specified, the
compiler generates parallel code according to the OpenMP Application
Program Interface v4.0 @w{@uref{http://www.openmp.org/}}. This option
Program Interface v4.5 @w{@uref{http://www.openmp.org/}}. This option
implies @option{-pthread}, and thus is only supported on targets that
have support for @option{-pthread}. @option{-fopenmp} implies
@option{-fopenmp-simd}.