From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 98879388CC12; Fri, 11 Dec 2020 11:57:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 98879388CC12 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 0bdf2dffc3823aada0c8747398436abd8afb0fa1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 38b28b4e95d8331d28e70a0272618135d5f69c79 X-Git-Newrev: 0bdf2dffc3823aada0c8747398436abd8afb0fa1 Message-Id: <20201211115703.98879388CC12@sourceware.org> Date: Fri, 11 Dec 2020 11:57:03 +0000 (GMT) From: Jakub Jelinek X-BeenThere: gcc-cvs-wwwdocs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs-wwwdocs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2020 11:57:03 -0000 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 0bdf2dffc3823aada0c8747398436abd8afb0fa1 (commit) from 38b28b4e95d8331d28e70a0272618135d5f69c79 (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 0bdf2dffc3823aada0c8747398436abd8afb0fa1 Author: Jakub Jelinek Date: Fri Dec 11 12:56:40 2020 +0100 Adjust for recent C++20 compiler changes. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 23081245..403d6740 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -186,7 +186,7 @@ Consistent comparison (operator<=>) P0515R3 - 10 + 10 __cpp_impl_three_way_comparison >= 201711 @@ -200,9 +200,11 @@ P1186R3 + 11 P1630R1 + 10 @@ -312,7 +314,7 @@ Atomic Compare-and-Exchange with Padding Bits P0528R3 - No (PR88101) + 11 ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs