On 26.11.23 09:48, Gerald Pfeifer wrote:
On Fri, 24 Nov 2023, Tobias Burnus wrote:
Comments before I commit it?
+ <li id="openacc"><a href="https://gcc.gnu.org/wiki/OpenACC
+ <li>OpenACC 2.7: The <code>self</code> clause was added to be used on
+ compute constructs and the <code>default</code> clause for data
+ constructs.<li>
+ </ul>
+ </li>
Where does that </ul> come from? I'm afraid this won't validate/render
properly.
That's the disadvantage of splitting patches from the same file ... The
'<ul>' starts / should start just before the quoted line, namely as
attached. (Updated patch attach - minor changes but syntactically relevant.)
Tobias
-----------------
Siemens Electronic Design Automation GmbH; Anschrift: Arnulfstraße 201, 80634
München; Gesellschaft mit beschränkter Haftung; Geschäftsführer: Thomas
Heurung, Frank Thürauf; Sitz der Gesellschaft: München; Registergericht
München, HRB 106955
gcc-14/changes.html: OpenACC - mention support for first 2.7 features
diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 2088ee91..4ceed13d 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -90,6 +91,13 @@ a work-in-progress.</p>
</li>
</ul>
</li>
+ <li id="openacc"><a href="https://gcc.gnu.org/wiki/OpenACC">OpenACC</a>
+ <ul>
+ <li>OpenACC 2.7: The <code>self</code> clause was added to be used on
+ compute constructs and the <code>default</code> clause for data
+ constructs.</li>
+ </ul>
+ </li>
<li>For offload-device code generated via OpenMP and OpenACC, the math
and the Fortran runtime libraries will now automatically be linked,
when the user or compiler links them on the host side. Thus, it is no