From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 85E32392DFC5; Fri, 7 Jun 2024 07:59:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 85E32392DFC5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1717747184; bh=6ZyQEDN8E89LH79m+xeBZi7EXJbYou8YNNZXmrOmmCY=; h=To:Subject:Date:From:From; b=ZBlVDUgNoR4Bp9cKasqXfV1FFlmK6kc8OSvKA5WFaw6HmoHdkJPihN700mny9ITk4 5s7afhPz6dxyEQ39iyR4rmgmtC+WN+HXvMgKDmF/fWu1j2GgurG1pBqgmlsKg1xQvu b2s/aFii7lCX3oL5CrhQCNcOPd3QJ5v0vegSwFX8= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 8507122b38e6b60e8f2f3c8cd339d4f318377203 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1db5b34eb8cf47f070f643f993d835149bce2ec7 X-Git-Newrev: 8507122b38e6b60e8f2f3c8cd339d4f318377203 Message-Id: <20240607075944.85E32392DFC5@sourceware.org> Date: Fri, 7 Jun 2024 07:59:44 +0000 (GMT) From: Tobias Burnus List-Id: 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 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.

- +

NVPTX

+ +
    +
  • GCC's nvptx target now supports constructors and destructors. + For this, a recent version of nvptx-tools is required.
  • +
----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs