The main purpose of this commit was to trigger an update of the webpage as permission issues did not update it yesterday.
Well, it only succeeded partially - the attached commits are now visible, but yesterday's changed by Jakub and me don't. Tobias ----------------- Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634 München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht München, HRB 106955
commit 0006bbd9b6fab6089fd151526cbb9f4d594f07cd Author: Tobias Burnus <tob...@codesourcery.com> Date: Tue May 23 08:47:14 2023 +0200 projects/gomp/: Remove spurious </p> diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index cb2338f3..328d17bd 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -144,7 +144,7 @@ filing a <a href="../../bugs/">bug report</a>.</p> <a href="https://gcc.gnu.org/onlinedocs/libgomp/OpenMP-Implementation-Status.html" >Mainline (GCC 13)</a>, <a href="https://gcc.gnu.org/onlinedocs/gcc-13.1.0/libgomp/OpenMP-Implementation-Status.html" ->GCC 13</a>.</p> +>GCC 13</a>, <a href="https://gcc.gnu.org/onlinedocs/gcc-12.1.0/libgomp/OpenMP-Implementation-Status.html" >GCC 12</a>.</p> commit d2aa37c82988a64079ff90654eba16d4d19695b7 Author: Tobias Burnus <tob...@codesourcery.com> Date: Tue May 23 08:45:17 2023 +0200 projects/gomp: Link to GCC 13 impl. status as well diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index fa770855..cb2338f3 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -143,6 +143,8 @@ 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 13)</a>, +<a href="https://gcc.gnu.org/onlinedocs/gcc-13.1.0/libgomp/OpenMP-Implementation-Status.html" +>GCC 13</a>.</p> <a href="https://gcc.gnu.org/onlinedocs/gcc-12.1.0/libgomp/OpenMP-Implementation-Status.html" >GCC 12</a>.</p>