generic.texi (OpenMP): Adjust link to openmp.org.
authorGerald Pfeifer <gerald@pfeifer.com>
Sat, 1 Sep 2018 21:29:16 +0000 (21:29 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sat, 1 Sep 2018 21:29:16 +0000 (21:29 +0000)
* doc/generic.texi (OpenMP): Adjust link to openmp.org.
* doc/invoke.texi (C Dialect Options): Ditto.

From-SVN: r264032

gcc/ChangeLog
gcc/doc/generic.texi
gcc/doc/invoke.texi

index 4d432b8c2d0e7e8d1bbe5af274a0b80765d58844..1ec15386a28dc869340809400520ecc9b2aa398f 100644 (file)
@@ -6,6 +6,11 @@
 
 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.
 
 2018-08-31  Richard Biener  <rguenther@suse.de>
index a4d0af40886c0fe2b514ca082644c1e27dcf1cb1..cf4bcf5a2218988cfd766eea8d8aaaaec3a432d7 100644 (file)
@@ -2198,7 +2198,7 @@ edge.  Rethrowing the exception is represented using @code{RESX_EXPR}.
 @tindex OMP_CLAUSE
 
 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
 @item OMP_PARALLEL
index 637f5ada8f6430a92c56afc0c05d426ac8a45a49..f911ae0d1af48dea7196629404001b33a5cb0d43 100644 (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
 @code{!$omp} in Fortran.  When @option{-fopenmp} is specified, the
 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
 have support for @option{-pthread}. @option{-fopenmp} implies
 @option{-fopenmp-simd}.