aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/invoke.texi
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2017-02-11 19:04:07 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2017-02-11 19:04:07 +0100
commitc0a2ef7de344a09a4d2018d3adcdf7a85430600c (patch)
tree442f611a90ee1903947d4641b0d97d94e3117db6 /gcc/doc/invoke.texi
parentacbbac0444a599e77b59b4d21186c9c2118b9f84 (diff)
downloadgcc-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
Diffstat (limited to 'gcc/doc/invoke.texi')
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
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}.