On Mon, Oct 12, 2020 at 10:13:09AM +0200, Tobias Burnus wrote: > This is a tiny update – and probably not the last for the GCC 11 status > and especially as the project page is still linked prominently at some > external pages: > > Update the GOMP project page a bit; some more revisions wouldn't harm, > however: https://gcc.gnu.org/projects/gomp/ > > OK? Wording suggestions?
Thanks, LGTM, but I'd one nit, see below. Ok with that change. > @@ -63,6 +69,40 @@ available.</p> > > <h2>Status</h2> > <dl> > +<dt><b>August 20, 2020</b></dt> > +<dd><p><a > href="https://www.openmp.org/wp-content/uploads/openmp-TR9.pdf">OpenMP > +Technical Report 9: Version 5.1 Public Comment Draft</a> has been > released.</p></dd> > + > +<dt><b>May 7, 2020</b></dt> > +<dd><p><a "../../gcc-10/">GCC 10 has been released</a>; it adds a number of > +newly implemented OpenMP 5.0 features on top of the GCC 9 release such as > +<code>conditional</code> <code>lastprivate</code> clause, <code>scan</code> > +and <code>loop</code> directives, <code>order(concurrent)</code> and > +<code>use_device_addr</code> clauses support, <code>if</code> clause on > +<code>simd</code> construct or partial support for the > +<code>declare variant</code> directive, getting closer to full support > +of the OpenMP 5.0 standard.</p></dd> > + > +<dt><b>May 3, 2019</b></dt> > +<dd><p><a "https://gcc.gnu.org/gcc-9/">GCC 9 has been released</a> and > +version 5.0 of the OpenMP specification is now partially supported in the C > +and C++ compilers.</p></dd> While gcc-9/changes.html mentions it, I think it would be useful to add the For details which features of OpenMP 5.0 are and which are not supported in the GCC 9 release see <a href=https://gcc.gnu.org/ml/gcc-patches/2018-11/msg00628.html>this mail</a>. sentence. Jakub