This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via 8507122b38e6b60e8f2f3c8cd339d4f318377203 (commit) from 1db5b34eb8cf47f070f643f993d835149bce2ec7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8507122b38e6b60e8f2f3c8cd339d4f318377203 Author: Tobias Burnus <tbur...@baylibre.com> Date: Fri Jun 7 09:58:52 2024 +0200 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..0ea7bdec 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -85,7 +85,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 <a + href="https://gcc.gnu.org/install/specific.html#nvptx-x-none" + >nvptx-tools is required</a>.</li> +</ul> <!-- <h3 id="hppa">PA-RISC</h3> --> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs