On Thu, Jul 30, 2020 at 10:17:29AM +0200, Tobias Burnus wrote: > --- a/htdocs/gcc-11/changes.html > +++ b/htdocs/gcc-11/changes.html > @@ -67,6 +67,17 @@ a work-in-progress.</p> > <!-- .................................................................. --> > <h2 id="languages">New Languages and Language specific improvements</h2> > > + <li>GCC 11 adds the nonrectangular loops features and the allocator > routines
s/the nonrectangular loops features/support for non-rectangular loop nests in OpenMP constructs/ > + of <a href="https://www.openmp.org/specifications/">OpenMP 5.0</a>. > + For Fortran, OpenMP 4.5 is now finally fully supported and OpenMP 5.0 > + support has been extended, including the following features which were > + before only available in C and C++: <code>order(concurrent)</code>, > + <code>lastprivate</code> with <code>conditional</code> modifier, > + <code>if</code> clause with <code>simd</code>/<code>cancel</code> replace / with and? > + modifiers, <code>target data</code> without <code>map</code> clause, > + and limitted support for the <code>requires</code> construct. > + </li> Otherwise LGTM Jakub