Applied (as revision 243962), and I am planning to backport to the GCC 6 and probably GCC 5 branches.
Gerald 2016-12-29 Gerald Pfeifer <ger...@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. Index: doc/extend.texi =================================================================== --- doc/extend.texi (revision 243961) +++ doc/extend.texi (working copy) @@ -10464,7 +10464,7 @@ 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: doc/generic.texi =================================================================== --- doc/generic.texi (revision 243961) +++ doc/generic.texi (working copy) @@ -3241,7 +3241,7 @@ @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: doc/passes.texi =================================================================== --- doc/passes.texi (revision 243961) +++ doc/passes.texi (working copy) @@ -163,7 +163,7 @@ @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