Hi! The following patch documents OpenMP 5 changes in GCC 10. Ok for wwwdocs?
diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 4497be14..5233fc93 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -182,6 +182,16 @@ a work-in-progress.</p> <a href="https://gcc.gnu.org/onlinedocs/libgomp/#toc-Enabling-OpenACC-1"> run-time library documentation</a> for further information. </li> + <li>Version 5.0 of the <a href="https://www.openmp.org/specifications/" + >OpenMP specification</a> is still only partially supported in the C and C++ + compilers. GCC 10 release has various newly implemented features (not + implemented in the GCC 9 release), including <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. + </li> <li> OpenMP and OpenACC now support <a href="https://gcc.gnu.org/wiki/Offloading">offloading</a> to AMD Radeon Jakub