From: Ben Elliston Date: Mon, 18 May 2009 23:41:55 +0000 (+0000) Subject: invoke.texi (C Dialect Options): Update OpenMP specification version to v3.0. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=848bc769a503ac02da2df5b31af544a304ccca5b;p=gcc.git invoke.texi (C Dialect Options): Update OpenMP specification version to v3.0. * doc/invoke.texi (C Dialect Options): Update OpenMP specification version to v3.0. From-SVN: r147682 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 26fca4a2cc6..798ea824403 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2009-05-19 Ben Elliston + + * doc/invoke.texi (C Dialect Options): Update OpenMP specification + version to v3.0. + 2009-05-18 Kaz Kojima * config/sh/sh-protos.h (sh_legitimate_address_p): Remove. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 89d9b69bba6..cb2249e9f7d 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1594,7 +1594,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 v2.5 @w{@uref{http://www.openmp.org/}}. This option +Program Interface v3.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}.