generic.texi (OpenMP): Adjust link to openmp.org.

* doc/generic.texi (OpenMP): Adjust link to openmp.org.
	* doc/invoke.texi (C Dialect Options): Ditto.

From-SVN: r264032
This commit is contained in:
Gerald Pfeifer 2018-09-01 21:29:16 +00:00 committed by Gerald Pfeifer
parent d1f43ba348
commit fab8c69db7
3 changed files with 7 additions and 2 deletions

View File

@ -6,6 +6,11 @@
2018-09-01 Gerald Pfeifer <gerald@pfeifer.com> 2018-09-01 Gerald Pfeifer <gerald@pfeifer.com>
* doc/generic.texi (OpenMP): Adjust link to openmp.org.
* doc/invoke.texi (C Dialect Options): Ditto.
2018-09-01 Gerald Pfeifer <gerald@pfeifer.com>
* doc/install.texi (Prerequisites): Adjust link mpfr.org. * doc/install.texi (Prerequisites): Adjust link mpfr.org.
2018-08-31 Richard Biener <rguenther@suse.de> 2018-08-31 Richard Biener <rguenther@suse.de>

View File

@ -2198,7 +2198,7 @@ edge. Rethrowing the exception is represented using @code{RESX_EXPR}.
@tindex OMP_CLAUSE @tindex OMP_CLAUSE
All the statements starting with @code{OMP_} represent directives and All the statements starting with @code{OMP_} represent directives and
clauses used by the OpenMP API @w{@uref{http://www.openmp.org/}}. clauses used by the OpenMP API @w{@uref{https://www.openmp.org}}.
@table @code @table @code
@item OMP_PARALLEL @item OMP_PARALLEL

View File

@ -2179,7 +2179,7 @@ can be omitted, to use a target-specific default value.
Enable handling of OpenMP directives @code{#pragma omp} in C/C++ and Enable handling of OpenMP directives @code{#pragma omp} in C/C++ and
@code{!$omp} in Fortran. When @option{-fopenmp} is specified, the @code{!$omp} in Fortran. When @option{-fopenmp} is specified, the
compiler generates parallel code according to the OpenMP Application compiler generates parallel code according to the OpenMP Application
Program Interface v4.5 @w{@uref{http://www.openmp.org/}}. This option Program Interface v4.5 @w{@uref{https://www.openmp.org}}. This option
implies @option{-pthread}, and thus is only supported on targets that implies @option{-pthread}, and thus is only supported on targets that
have support for @option{-pthread}. @option{-fopenmp} implies have support for @option{-pthread}. @option{-fopenmp} implies
@option{-fopenmp-simd}. @option{-fopenmp-simd}.