From: Tobias Burnus Date: Fri, 25 Oct 2013 08:20:11 +0000 (+0200) Subject: invoke.texi (fopenmp): Change supported OpenMP version to 4.0. X-Git-Tag: releases/gcc-4.9.0~3232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24ebcbc8671987fdfe931bf2fb0dd11a71f750d3;p=thirdparty%2Fgcc.git invoke.texi (fopenmp): Change supported OpenMP version to 4.0. 2013-10-25 Tobias Burnus * doc/invoke.texi (fopenmp): Change supported OpenMP version to 4.0. From-SVN: r204049 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 68ef8a742eb7..1b53795ab806 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-10-25 Tobias Burnus + + * doc/invoke.texi (fopenmp): Change supported OpenMP version + to 4.0. + 2013-10-25 Uros Bizjak * config/i386/i386.h (TARGET_MPX): New define. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 9b5b0775c4c5..d9d81a98612e 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1825,7 +1825,7 @@ freestanding and hosted environments. 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 v3.0 @w{@uref{http://www.openmp.org/}}. This option +Program Interface v4.0 @w{@uref{http://www.openmp.org/}}. This option implies @option{-pthread}, and thus is only supported on targets that have support for @option{-pthread}.