]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: extend.texi (Cilk Plus Builtins): cilkplus.org now uses https by default.
authorGerald Pfeifer <gerald@pfeifer.com>
Sat, 21 Jan 2017 22:04:31 +0000 (22:04 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sat, 21 Jan 2017 22:04:31 +0000 (22:04 +0000)
Backport from mainline
2016-12-29  Gerald Pfeifer  <gerald@pfeifer.com>

* 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: r244753

gcc/ChangeLog
gcc/doc/extend.texi
gcc/doc/generic.texi
gcc/doc/passes.texi

index b652f23dbadcb8622d6855414ec41121384b9e63..bdfe65c0e8383eee7d9e5b8f6af77815a138da9e 100644 (file)
@@ -1,3 +1,13 @@
+2017-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       Backport from mainline
+       2016-12-29  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * 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.
+
 2017-01-20  Martin Liska  <mliska@suse.cz>
 
        Backport from mainline
index d1857b2b3eec760d3d62079f9d66feec7c7b6135..ea1e163ea049adc252b6b32784de68b1f86d1434 100644 (file)
@@ -9041,7 +9041,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
index bbafad9f931e68cc1afe389532fb68c8366384a7..7d4ca9706532b41770f07ee02d7e96a0a9bb8407 100644 (file)
@@ -3238,7 +3238,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
 
index 32ad9fc16e562ce673881dc30d23e8bfda69ec9e..dab7bdb536abb22de2b1c0f4d3cea57d5a17f4b9 100644 (file)
@@ -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