diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2016-12-29 14:52:23 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2016-12-29 14:52:23 +0000 |
commit | e8003aaeeb0b26d3be5c742263a234900cfea229 (patch) | |
tree | b091e8f96e6f0bf99f30057a53f5ce41c485de89 /gcc/doc | |
parent | f2c764c581c3166bad43724c65c922535e16f8d2 (diff) | |
download | gcc-e8003aaeeb0b26d3be5c742263a234900cfea229.zip gcc-e8003aaeeb0b26d3be5c742263a234900cfea229.tar.gz gcc-e8003aaeeb0b26d3be5c742263a234900cfea229.tar.bz2 |
extend.texi (Cilk Plus Builtins): cilkplus.org now uses https by default.
* doc/extend.texi (Cilk Plus Builtins): cilkplus.org now uses
https by default.
* doc/passes.texi (Cilk Plus Transformation): Ditto.
* doc/generic.texi (Statements for C++): Ditto, and use @uref.
From-SVN: r243962
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/extend.texi | 2 | ||||
-rw-r--r-- | gcc/doc/generic.texi | 2 | ||||
-rw-r--r-- | gcc/doc/passes.texi | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 1f303bc..e82bb1b 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -10464,7 +10464,7 @@ is enabled. Cilk Plus can be enabled using the @option{-fcilkplus} flag. Further details and examples about these built-in functions are described in the Cilk Plus language manual which can be found at -@uref{http://www.cilkplus.org}. +@uref{https://www.cilkplus.org}. @node Other Builtins @section Other Built-in Functions Provided by GCC diff --git a/gcc/doc/generic.texi b/gcc/doc/generic.texi index ca63984..5af329c 100644 --- a/gcc/doc/generic.texi +++ b/gcc/doc/generic.texi @@ -3241,7 +3241,7 @@ This tree has one field that holds the name of the spawning function. @end smallexample Detailed description for usage and functionality of @code{_Cilk_spawn} can be -found at http://www.cilkplus.org +found at @uref{https://www.cilkplus.org}. @item CILK_SYNC_STMT diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index bffc3e3..79b4523 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -163,7 +163,7 @@ done by @code{builtin_expand_cilk_pop_frame} in @file{cilk-common.c}. @end itemize Documentation about Cilk Plus and language specification is provided under the -"Learn" section in @w{@uref{http://www.cilkplus.org/}}. It is worth mentioning +"Learn" section in @w{@uref{https://www.cilkplus.org}}. It is worth mentioning that the current implementation follows ABI 1.1. @node Gimplification pass |