https://gcc.gnu.org/g:1cc063e070bad7c20a34db3f5e534d7cf036ef83

commit r15-7029-g1cc063e070bad7c20a34db3f5e534d7cf036ef83
Author: Gerald Pfeifer <ger...@pfeifer.com>
Date:   Sun Jan 19 08:52:55 2025 +0800

    doc: Adjust link to OpenMP specifications
    
    gcc:
            * doc/extend.texi (OpenMP): Adjust link to specifications.

Diff:
---
 gcc/doc/extend.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index dd9a8d2f8ba5..b0bb0d47230e 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -29395,7 +29395,7 @@ architectures, including Unix and Microsoft Windows 
platforms.
 It consists of a set of compiler directives, library routines,
 and environment variables that influence run-time behavior.
 
-GCC implements all of the @uref{https://openmp.org/specifications/,
+GCC implements all of the @uref{https://www.openmp.org/specifications/,
 OpenMP Application Program Interface v4.5}, and many features from later
 versions of the OpenMP specification.
 @xref{OpenMP Implementation Status,,,libgomp,

Reply via email to