diff options
author | Jakub Jelinek <jakub@redhat.com> | 2017-02-11 19:04:07 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2017-02-11 19:04:07 +0100 |
commit | c0a2ef7de344a09a4d2018d3adcdf7a85430600c (patch) | |
tree | 442f611a90ee1903947d4641b0d97d94e3117db6 | |
parent | acbbac0444a599e77b59b4d21186c9c2118b9f84 (diff) | |
download | gcc-c0a2ef7de344a09a4d2018d3adcdf7a85430600c.zip gcc-c0a2ef7de344a09a4d2018d3adcdf7a85430600c.tar.gz gcc-c0a2ef7de344a09a4d2018d3adcdf7a85430600c.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 969fccf..321768a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index cabaa1b..b99c509 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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}. |