Message ID | afbe99dc-ae70-4fdf-bd5a-de4d500f4f69@baylibre.com |
---|---|
State | New |
Headers | show |
Series | [wwwdocs] gcc-15/changes.html (nvptx): Constructors are now supported | expand |
Regarding
https://gcc.gnu.org/pipermail/gcc-patches/2024-June/653417.html , are
there any …
Tobias Burnus wrote:
> Comments or fine as is?
Tobias
Hi Tobias,
On Mon, 3 Jun 2024, Tobias Burnus wrote:
> Comments or fine as is?
+<h3 id="nvptx">NVPTX</h3>
+
+<ul>
+ <li>GCC's nvptx target now supports constructors and destructors;
I'd make this a full stop/distinct sentence and ...
+ for this, a recent version of nvptx-tools is <a
+ href="https://gcc.gnu.org/install/specific.html#nvptx-x-none"
+ >required</a>.
... make "nvptx-tools is required" the link text.
Okay with these changes.
Thanks,
Gerald
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> -->