From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 9CAE13858C62; Mon, 26 Sep 2022 17:47:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9CAE13858C62 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1664214460; bh=qmou4l51Hqx9kRhTkNqtqlQHWgxUcl9C9t9RGfpUJjU=; h=To:Subject:Date:From:From; b=k+mHWMP4CtwZaJOlY5HLlCx7CrJP0eTdIunW1m2aBCOPjEAhJmDEgXSVTDqRd5fan mFikgphO5ac4ImZk0cw4goVHEttWBWrQounEIW/DXxL5LYHDPD/MMaMQgqTKBJnUr5 cTp9JuVA+CAz38W7iN7L1kPX94GxH6Dtng5o5kDQ= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 24754761d3626613612270c9b5704d2a715df265 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 57e71fb18e8fa397336266f105a22f45f0fa7704 X-Git-Newrev: 24754761d3626613612270c9b5704d2a715df265 Message-Id: <20220926174740.9CAE13858C62@sourceware.org> Date: Mon, 26 Sep 2022 17:47:40 +0000 (GMT) From: Marek Polacek 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 24754761d3626613612270c9b5704d2a715df265 (commit) from 57e71fb18e8fa397336266f105a22f45f0fa7704 (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 24754761d3626613612270c9b5704d2a715df265 Author: Marek Polacek Date: Mon Sep 26 13:47:17 2022 -0400 C++23 P2513 - char8_t Compatibility and Portability Fixes implemented diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index a7d88038..7c2026c6 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -145,6 +145,10 @@ a work-in-progress.

escapes (PR106648) +
  • P2513R3, char8_t + Compatibility and Portability Fix + (PR106656) +
  • New warnings: diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 1766d10b..9589006c 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -337,7 +337,7 @@ char8_t Compatibility and Portability Fix P2513R3 - No + 13 __cpp_char8_t >= 202207L ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 4 ++++ htdocs/projects/cxx-status.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs