From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id ECC143858429; Fri, 9 Sep 2022 18:32:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ECC143858429 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662748341; bh=O9rzCtybEapYqbxD59InjZEsMWPrEzq/pB4PmJGa/40=; h=To:Subject:Date:From:From; b=oEPInAYHHfwoTyTMUV/pcpj3S1VgBA0W9456TGBuL2UZROK2enW3rqGak5NQf5+Th vsMQxQl/c28I3TOz/jxegB1lbkeS8SfnbvVx0JFWJUzMJHuyeMDun1ci/102r1+pjv EZLK8g4EM1GnwfOGcydynT8HdIOjfrwWpHdKv3rE= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 60490c6e19f9d854721f271964c0379254aac244 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 371bca4c80f7eb47fd62e2f7b31294f4ad596a0c X-Git-Newrev: 60490c6e19f9d854721f271964c0379254aac244 Message-Id: <20220909183221.ECC143858429@sourceware.org> Date: Fri, 9 Sep 2022 18:32:21 +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 60490c6e19f9d854721f271964c0379254aac244 (commit) from 371bca4c80f7eb47fd62e2f7b31294f4ad596a0c (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 60490c6e19f9d854721f271964c0379254aac244 Author: Jakub Jelinek Date: Fri Sep 9 20:32:13 2022 +0200 Small tweak for last change. diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 541a4256..1766d10b 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -649,8 +649,9 @@ Atomic Compare-and-Exchange with Padding Bits P0528R3 - 11 (compiler side only) - 13 (full) + 11 (compiler side only)
+ 13 (full) + ----------------------------------------------------------------------- Summary of changes: htdocs/projects/cxx-status.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs