From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 56456 invoked by alias); 29 Dec 2019 17:25:48 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 55460 invoked by uid 9885); 29 Dec 2019 17:25:37 -0000 Date: Sun, 29 Dec 2019 17:25:00 -0000 Message-ID: <20191229172537.55457.qmail@sourceware.org> From: mpolacek@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 50d693f6c8557eb8a4f096b90e7edbdbf8464f02 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ae422456620e1a4bf42c7186d39aba99deee946d X-Git-Newrev: 50d693f6c8557eb8a4f096b90e7edbdbf8464f02 X-SW-Source: 2019/txt/msg00320.txt.bz2 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 50d693f6c8557eb8a4f096b90e7edbdbf8464f02 (commit) from ae422456620e1a4bf42c7186d39aba99deee946d (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 50d693f6c8557eb8a4f096b90e7edbdbf8464f02 Author: Marek Polacek Date: Sun Dec 29 12:25:21 2019 -0500 P1327R1 is done in GCC 10. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index bda58d5..aca7682 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -122,6 +122,7 @@ a work-in-progress.

  • P1816R0, class template argument deduction for aggregates
  • P0960R3, Parenthesized initialization of aggregates
  • P1331R2, Allow trivial default initialization in constexpr contexts
  • +
  • P1327R1, Allowing dynamic_cast and polymorphic typeid in constexpr contexts
  • Several C++ Defect Reports have been resolved, e.g.: diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 85470f0..dd3702d 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -312,7 +312,7 @@ P1327R1 - No (PR88337) + 10 ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 1 + htdocs/projects/cxx-status.html | 2 +- 2 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- gcc-wwwdocs