This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: update OpenMP version?
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 19 May 2009 09:26:05 +1000
- Subject: PATCH: update OpenMP version?
I have not been following OpenMP work in GCC lately, but the news
entries on gcc.gnu.org suggest that the OpenMP support now complies with
version 3.0 of the OpenMP specification. If so, this patch should be
applied. OK for the trunk?
Ben
2009-05-19 Ben Elliston <bje@au.ibm.com>
* doc/invoke.texi (C Dialect Options): Update OpenMP specification
version to v3.0.
Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi (revision 147676)
+++ doc/invoke.texi (working copy)
@@ -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}.