Hi! We got a report that man gcc refers to too old version of OpenMP. Fixed thusly, committed to trunk.
2017-02-11 Jakub Jelinek <ja...@redhat.com> * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to 4.5. --- gcc/doc/invoke.texi.jj 2017-02-07 16:40:43.000000000 +0100 +++ gcc/doc/invoke.texi 2017-02-11 19:00:02.540277475 +0100 @@ -2042,7 +2042,7 @@ can be omitted, to use a target-specific 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}. Jakub