Minor update – to include GCC 14 and update mainline to 15.

I also replaced the doc links to the latest release; shouldn't matter for the status but it is nicer nonetheless.

Tobias
commit 6d76756d2070040c35e7991a626805a736edea1d
Author: Tobias Burnus <tbur...@baylibre.com>
Date:   Tue May 14 09:34:47 2024 +0200

    projects/gomp: Update doc links for GCC 14
    
    And link to latest GCC 12 + 13 release version

diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html
index 05b81f1e..94bda5ff 100644
--- a/htdocs/projects/gomp/index.html
+++ b/htdocs/projects/gomp/index.html
@@ -144,10 +144,12 @@ filing a <a href="../../bugs/">bug report</a>.</p>
 
 <p>Implementation status in libgomp manual:
 <a href="https://gcc.gnu.org/onlinedocs/libgomp/OpenMP-Implementation-Status.html";
->Mainline (GCC 14)</a>,
-<a href="https://gcc.gnu.org/onlinedocs/gcc-13.1.0/libgomp/OpenMP-Implementation-Status.html";
+>Mainline (GCC 15)</a>,
+<a href="https://gcc.gnu.org/onlinedocs/gcc-14.1.0/libgomp/OpenMP-Implementation-Status.html";
+>GCC 14</a>,
+<a href="https://gcc.gnu.org/onlinedocs/gcc-13.2.0/libgomp/OpenMP-Implementation-Status.html";
 >GCC 13</a>,
-<a href="https://gcc.gnu.org/onlinedocs/gcc-12.1.0/libgomp/OpenMP-Implementation-Status.html";
+<a href="https://gcc.gnu.org/onlinedocs/gcc-12.3.0/libgomp/OpenMP-Implementation-Status.html";
 >GCC 12</a>.</p>
 
 <p>Disclaimer: A feature might be only fully supported in a later GCC version

Reply via email to