Comments or fine as is? Tobias
gcc-15/changes.html (nvptx): Constructors are now supported
diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index b59fd3be..b3305079 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -85,7 +103,14 @@ a work-in-progress.</p> <!-- <h3 id="nios2">Nios II</h3> --> -<!-- <h3 id="nvptx">NVPTX</h3> --> +<h3 id="nvptx">NVPTX</h3> + +<ul> + <li>GCC's nvptx target now supports constructors and destructors; + for this, a recent version of nvptx-tools is <a + href="https://gcc.gnu.org/install/specific.html#nvptx-x-none" + >required</a>. +</ul> <!-- <h3 id="hppa">PA-RISC</h3> -->