* doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to
4.5.
From-SVN: r245360
+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
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}.