From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47565 invoked by alias); 10 Oct 2019 21:46:31 -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 47506 invoked by uid 9885); 10 Oct 2019 21:46:31 -0000 Date: Thu, 10 Oct 2019 21:46:00 -0000 Message-ID: <20191010214631.47502.qmail@sourceware.org> From: mpolacek@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 0c282ad0b1233276cebe081a75bd6dc5ca85593d X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f4abea392b992d457939dc1462d1810b2a89555e X-Git-Newrev: 0c282ad0b1233276cebe081a75bd6dc5ca85593d X-SW-Source: 2019/txt/msg00256.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 0c282ad0b1233276cebe081a75bd6dc5ca85593d (commit) from f4abea392b992d457939dc1462d1810b2a89555e (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 0c282ad0b1233276cebe081a75bd6dc5ca85593d Author: Marek Polacek Date: Thu Oct 10 17:45:46 2019 -0400 Update C++ status (DRs 330, 1307, 1601 done). diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 6b85892..31d5487 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -68,17 +68,23 @@ a work-in-progress.

  • P1091R3, Extending structured bindings
  • P1143R2, Adding the constinit keyword
  • P1152R4, Deprecating volatile
  • +
  • P0388R4, Permit conversions to arrays of unknown bound
  • +
  • P0784R7, constexpr new
  • Several C++ Defect Reports have been resolved, e.g.:
      -
    • DR 1560 (lvalue-to-rvalue conversion in ?:),
    • -
    • DR 1813 (__is_standard_layout for a class with repeated - bases),
    • -
    • DR 2094 (volatile scalars are trivially copyable),
    • -
    • DR 2096 (constraints on literal unions),
    • -
    • DR 2413 (typename in conversion-function-ids),
    • -
    • DR 2352 (Similar types and reference binding).
    • +
    • DR 1560, lvalue-to-rvalue conversion in ?:
    • +
    • DR 1813, __is_standard_layout for a class with repeated + bases
    • +
    • DR 2094, volatile scalars are trivially copyable,
    • +
    • DR 2096, constraints on literal unions
    • +
    • DR 2413, typename in conversion-function-ids
    • +
    • DR 2352, Similar types and reference binding
    • +
    • DR 1601, Promotion of enumeration with fixed underlying type
    • +
    • DR 330, Qualification conversions and pointers to arrays of pointers
    • +
    • DR 1307, Overload resolution based on size of array + initializer-list
  • diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-status.html index 55e3ae4..3775cab 100644 --- a/htdocs/projects/cxx-dr-status.html +++ b/htdocs/projects/cxx-dr-status.html @@ -2332,7 +2332,7 @@ 330 CD4 Qualification conversions and pointers to arrays of pointers - No + 10 PR88128 @@ -9173,7 +9173,7 @@ 1307 C++14 Overload resolution based on size of array initializer-list - ? + 10 PR69531 @@ -11235,7 +11235,7 @@ 1601 C++14 Promotion of enumeration with fixed underlying type - No + 10 PR92032 diff --git a/htdocs/projects/cxx-status.html b/htdocs/projects/cxx-status.html index 2b4c0f3..a17f9b9 100644 --- a/htdocs/projects/cxx-status.html +++ b/htdocs/projects/cxx-status.html @@ -324,7 +324,7 @@ P0784R7 - No (PR91369) + 10 @@ -416,7 +416,7 @@ Permit conversions to arrays of unknown bound P0388R4 - No (PR91364) + 10 ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 20 +++++++++++++------- htdocs/projects/cxx-dr-status.html | 6 +++--- htdocs/projects/cxx-status.html | 4 ++-- 3 files changed, 18 insertions(+), 12 deletions(-) hooks/post-receive -- gcc-wwwdocs