From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id 3A6A138582BD; Fri, 3 Mar 2023 22:53:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3A6A138582BD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1677884029; bh=91evt2PTk/Vip5+u4G3jEh6UBxGnxHJ/rbuhcK/0ANo=; h=To:Subject:Date:From:From; b=aIcKF4qZXmcLS91d+WAtbNWowsc4TGCsu/FFgoFT337cLFSlH8ndASa1FW56kzZy3 bsc1hKG6zTOQDxXoWZRmMEbWXsH4+EIelhvno6A4eX2Dg9BUy0O5w+XxZe1C1HrxV4 r2TpPTh+S5bSqgJ4KzjhY9WjGLPDO6mvFXMpL56c= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. ec6f12dc7c229ba1662706c14083e6f3a78e2760 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5a75fbda8c3c647b2ef659ffe67a031ee957abe6 X-Git-Newrev: ec6f12dc7c229ba1662706c14083e6f3a78e2760 Message-Id: <20230303225349.3A6A138582BD@sourceware.org> Date: Fri, 3 Mar 2023 22:53:49 +0000 (GMT) From: Gerald Pfeifer 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 ec6f12dc7c229ba1662706c14083e6f3a78e2760 (commit) from 5a75fbda8c3c647b2ef659ffe67a031ee957abe6 (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 ec6f12dc7c229ba1662706c14083e6f3a78e2760 Author: Gerald Pfeifer Date: Fri Mar 3 23:53:21 2023 +0100 gcc-13: Properly close an diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 839b73d0..cb6a9ec2 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -184,7 +184,7 @@ a work-in-progress.

  • A new statement attribute for C++23 P1774R8 Portable assumptions support also in C or older C++: - __attribute__((assume(EXPR))); + __attribute__((assume(EXPR)));
  • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs