invoke.texi (fopenmp): Bump OpenMP version from 4.0 to 4.5.
authorJakub Jelinek <jakub@redhat.com>
Sat, 11 Feb 2017 18:04:07 +0000 (19:04 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 11 Feb 2017 18:04:07 +0000 (19:04 +0100)
* doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
4.5.

From-SVN: r245360

gcc/ChangeLog
gcc/doc/invoke.texi

index 969fccfe9ee090ae8718f73fdf94ad0f5450550d..321768ad03ed08b88b7b1686a397094fdebbf132 100644 (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
index cabaa1b9b3594e26a4d6b9c67327298d8abb278f..b99c5093dbda595634feba1c9b6af6341ce0bb85 100644 (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}.