From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 4FC2F3858D37 for ; Fri, 3 Mar 2023 23:00:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 4FC2F3858D37 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id D6A7B33EC1; Fri, 3 Mar 2023 18:00:06 -0500 (EST) Received: from [192.168.1.80] (188-23-63-229.adsl.highway.telekom.at [188.23.63.229]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 1172B33EC6; Fri, 3 Mar 2023 18:00:00 -0500 (EST) Date: Fri, 3 Mar 2023 23:59:58 +0100 (CET) From: Gerald Pfeifer To: Jakub Jelinek cc: Marek Polacek , Tobias Burnus , gcc-patches@gcc.gnu.org Subject: Re: [PATCH] wwwdocs: Document several further C++23 changes In-Reply-To: Message-ID: <45a65f88-729d-85b6-5962-f6018d2478b8@pfeifer.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Scanned-By: mailmunge 3.11 on 209.68.5.143 X-Spam-Status: No, score=-9.4 required=5.0 tests=BAYES_00,GIT_PATCH_0,KAM_DMARC_STATUS,KAM_SHORT,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Thu, 2 Mar 2023, Jakub Jelinek wrote: > Tobias mentioned on IRC that assume attribute wasn't mentioned in > changes.html. The P1774R8 entry was missing for C++, so I went through > projects/cxx-status.html#cxx23 and filled in all the missing papers > which have been implemented newly in GCC 13, plus a small note for C family > about assume attribute. Nice! There was a small markup issue -- unclosed -- which I fixed thusly. Gerald 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)));