diff mbox series

[wwwdocs] gcc-15/changes.html (nvptx): Constructors are now supported

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

Commit Message

Tobias Burnus June 3, 2024, 8:09 a.m. UTC
Comments or fine as is?

Tobias

Comments

Tobias Burnus June 5, 2024, 6:01 p.m. UTC | #1
Regarding 
https://gcc.gnu.org/pipermail/gcc-patches/2024-June/653417.html , are 
there any …

Tobias Burnus wrote:
> Comments or fine as is?

Tobias
Gerald Pfeifer June 5, 2024, 10:48 p.m. UTC | #2
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
diff mbox series

Patch

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> -->