From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1698) id 9ED293897817; Mon, 27 Apr 2020 15:27:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9ED293897817 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. acd1630cbb202a79e57ee88127ad6f8c2cc2efce X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5341e6929f04e9148ba6a1fc8d6a491593fe97f0 X-Git-Newrev: acd1630cbb202a79e57ee88127ad6f8c2cc2efce Message-Id: <20200427152717.9ED293897817@sourceware.org> Date: Mon, 27 Apr 2020 15:27:17 +0000 (GMT) From: Iain D Sandoe 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: Mon, 27 Apr 2020 15:27:17 -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 acd1630cbb202a79e57ee88127ad6f8c2cc2efce (commit) from 5341e6929f04e9148ba6a1fc8d6a491593fe97f0 (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 acd1630cbb202a79e57ee88127ad6f8c2cc2efce Author: Iain Sandoe Date: Mon Apr 27 08:52:56 2020 +0100 wwwdocs: Update coroutines status. This makes minor adjustments to the coroutines status reflecting the changes in n4861, the C++20 standard DIS. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 3c1046bf..41c2dc0d 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -318,6 +318,7 @@ a work-in-progress.

  • P0960R3, Parenthesized initialization of aggregates
  • P1331R2, Allow trivial default initialization in constexpr contexts
  • P1327R1, Allowing dynamic_cast and polymorphic typeid in constexpr contexts
  • +
  • P0912R5, Coroutines (requires -fcoroutines)
  • Several C++ Defect Reports have been resolved, e.g.: diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index dd2683dc..6a715058 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -444,10 +444,11 @@ Coroutines - P0912R5 - 10 - (Coroutines Wiki) - + P0912R5
    + as applied to n4861 + 10 + (requires -fcoroutines) + __cpp_impl_coroutine >= 201902 Parenthesized initialization of aggregates ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 1 + htdocs/projects/cxx-status.html | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs