From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 7153E3858403; Mon, 25 Mar 2024 11:30:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7153E3858403 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711366239; bh=JPWks5RwuPQCPUoOTGfk9KBO6YYBvGGdEtB22httZ6c=; h=To:Subject:Date:From:From; b=k7tQwTHEnw1UaDRucFOo2EwoW9WDYnIkeQctjimeYr1ht7cJNfYOdGTiCLQIl3NCY vUlk4OQ6quVgFhWdoifNmIou9z5w44QAYPoLzdCV5kbQk3SJ0sWtYIusok4/nRBUn9 IS8SCSCRm5WLZET0Px9lX5CMd6cooxk8hmkFtrxY= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 600367e4296b68da0d5e26fdac18c13fad16c169 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 45268b51ac5fc2833179f3d949765f7de050f259 X-Git-Newrev: 600367e4296b68da0d5e26fdac18c13fad16c169 Message-Id: <20240325113039.7153E3858403@sourceware.org> Date: Mon, 25 Mar 2024 11:30:39 +0000 (GMT) From: Jakub Jelinek 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 600367e4296b68da0d5e26fdac18c13fad16c169 (commit) from 45268b51ac5fc2833179f3d949765f7de050f259 (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 600367e4296b68da0d5e26fdac18c13fad16c169 Author: Jakub Jelinek Date: Mon Mar 25 12:30:17 2024 +0100 Add Tokyo 2024 papers. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 65030980..bfef2114 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -135,6 +135,55 @@ No + + + Disallow binding a returned reference to a temporary + P2748R5 + No + + + + Attributes for structured bindings + P0609R3 + No + __cpp_structured_bindings >= 202403L + + + Erroneous behavior for uninitialized reads + P2795R5 + No + + + + = delete("reason"); + P2573R2 + No + __cpp_deleted_function >= 202403L + + + Variadic friends + P2893R3 + No + __cpp_variadic_friend >= 202403L + + + Clarifying rules for brace elision in aggregate initialization + P3106R1 (DR) + No + + + + Disallow module declarations to be macros + P3034R1 (DR) + No + + + + Trivial infinite loops are not undefined behavior + P2809R3 (DR) + No + +