diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-09-03 20:02:11 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-09-03 20:02:11 +0000 |
commit | 22140cb0d746d5d7a18f11f864baa53a95c15bdc (patch) | |
tree | 4827c32b0afc0b85f3a93cd2a77d8586ddddf488 /gcc/doc | |
parent | 6b643efd4f1ae7dc3e7efa308f715350f504bab6 (diff) | |
download | gcc-22140cb0d746d5d7a18f11f864baa53a95c15bdc.zip gcc-22140cb0d746d5d7a18f11f864baa53a95c15bdc.tar.gz gcc-22140cb0d746d5d7a18f11f864baa53a95c15bdc.tar.bz2 |
generic.texi (OpenACC): Adjust URL.
* doc/generic.texi (OpenACC): Adjust URL.
* doc/invoke.texi (C Dialect Options): Ditto.
From-SVN: r251626
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/generic.texi | 2 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi index 874d464..a51cfd6 100644 --- a/gcc/doc/generic.texi +++ b/gcc/doc/generic.texi @@ -2251,7 +2251,7 @@ compilation. @tindex OACC_UPDATE All the statements starting with @code{OACC_} represent directives and -clauses used by the OpenACC API @w{@uref{http://www.openacc.org/}}. +clauses used by the OpenACC API @w{@uref{https://www.openacc.org}}. @table @code @item OACC_CACHE diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f7bad9d..d15497c 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -2039,7 +2039,7 @@ freestanding and hosted environments. Enable handling of OpenACC directives @code{#pragma acc} in C/C++ and @code{!$acc} in Fortran. When @option{-fopenacc} is specified, the compiler generates accelerated code according to the OpenACC Application -Programming Interface v2.0 @w{@uref{http://www.openacc.org/}}. This option +Programming Interface v2.0 @w{@uref{https://www.openacc.org}}. This option implies @option{-pthread}, and thus is only supported on targets that have support for @option{-pthread}. |