Hi all,

this patch documents a new OpenMP feature (many more to be added) in GCC 12.
And it documents a new flag for OpenACC.

Comments? Wording suggestions? I think for OpenMP, the sentence will be
modified several times before the release :-)

Tobias

-----------------
Mentor Graphics (Deutschland) GmbH, Arnulfstrasse 201, 80634 München 
Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, Frank 
Thürauf
diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 8f257e87..1022b5eb 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -40,6 +40,18 @@ a work-in-progress.</p>
 <!-- .................................................................. -->
 <h2 id="languages">New Languages and Language specific improvements</h2>
 
+<ul>
+  <li>For Fortran, OpenMP 5.0 support has been extended for following features
+      which were before only available in C and C++:  <code>depobj</code>
+      and <code>mutexinoutset</code> can now also be used with the
+      <code>depend</code> clause.
+  </li>
+  <li>The new warning flag <code>-Wopenacc-parallelism</code> was added for
+      OpenACC, which warns about potentially suboptimal choices related to
+      OpenACC parallelism.
+  </li>
+</ul>
+
 <!-- <h3 id="ada">Ada</h3> -->
 
 <!-- <h3 id="brig">BRIG (HSAIL)</h3> -->

Reply via email to