From c0a2ef7de344a09a4d2018d3adcdf7a85430600c Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 11 Feb 2017 19:04:07 +0100 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 969fccfe9ee..321768ad03e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-02-11 Jakub Jelinek + + * doc/invoke.texi (fopenmp): Bump OpenMP version from 4.0 to + 4.5. + 2017-02-11 Jan Hubicka PR tree-ssa/56727 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index cabaa1b9b35..b99c5093dbd 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}. -- 2.30.2