Commit 848bc769 by Ben Elliston Committed by Ben Elliston

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
parent cf0e6fff
2009-05-19 Ben Elliston <bje@au.ibm.com>
* doc/invoke.texi (C Dialect Options): Update OpenMP specification
version to v3.0.
2009-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh-protos.h (sh_legitimate_address_p): Remove.
......
......@@ -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}.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment