On Tue, May 17, 2022 at 11:50:15AM +0200, Tobias Burnus wrote: > On 17.05.22 11:00, Jakub Jelinek wrote: > > BTW, it would be really nice to use colors like > > https://gcc.gnu.org/projects/cxx-status.html uses, use just GCC versions > > instead of GCC version and No instead of N and use hyperlinks to > > changes.html OpenMP ids (or just changes.html if we don't have an id). > Done so: https://gcc.gnu.org/projects/gomp/ > > I also had to add a table.omptable to gcc.css as we need column 2 not 3 > or 4 to be centered.
Thanks. Noticed small typo, committed now as obvious. diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index 52991c02..799a1e3b 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -24,7 +24,7 @@ OpenMP and OpenACC are supported with GCC's C, C++ and Fortran compilers.</p> <li><a href="#contributing">Contributing</a></li> <li><a href="#bugs">Reporting Bugs</a></li> <li><a href="#implementation-status">OpenMP Implementation Status</a>: - <a href="#omp2.5">2.5</a> · <a href="#omp3.0">5.0</a> · + <a href="#omp2.5">2.5</a> · <a href="#omp3.0">3.0</a> · <a href="#omp3.1">3.1</a> · <a href="#omp4.0">4.0</a> · <a href="#omp4.5">4.5</a> · <a href="#omp5.0">5.0</a> · <a href="#omp5.1">5.1</a> · <a href="#omp5.2">5.2</a></li> Jakub