From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 03EFB389803E; Fri, 13 Nov 2020 19:09:07 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 03EFB389803E To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 981819892e889b6b07ffcad4d2a087fd8372a599 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c73087215447ea88ee08df1c4293ad4c5f425a34 X-Git-Newrev: 981819892e889b6b07ffcad4d2a087fd8372a599 Message-Id: <20201113190907.03EFB389803E@sourceware.org> Date: Fri, 13 Nov 2020 19:09:07 +0000 (GMT) From: Marek Polacek 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, 13 Nov 2020 19:09:07 -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 981819892e889b6b07ffcad4d2a087fd8372a599 (commit) from c73087215447ea88ee08df1c4293ad4c5f425a34 (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 981819892e889b6b07ffcad4d2a087fd8372a599 Author: Marek Polacek Date: Fri Nov 13 14:08:36 2020 -0500 C++: P1099R5, using enum is supported in GCC 11. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 106db8e9..7f77268f 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -165,6 +165,7 @@ a work-in-progress.

implementation)
  • P1975R0, Fixing the wording of parenthesized aggregate-initialization
  • P1009R2, Array size deduction in new-expressions
  • +
  • P1099R5, using enum
  • Several C++ Defect Reports have been resolved, e.g.: diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index e69decdb..23081245 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -525,7 +525,7 @@ using enum P1099R5 - No (PR91367) + 11 ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 1 + htdocs/projects/cxx-status.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs