From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1734) id 848353857835; Mon, 9 Nov 2020 23:33:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 848353857835 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. f19bf69d5c7b96283cdeb889ea5ffd1a4d3723ff X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 92327b22968879976973b2454b4db5cad1bddf52 X-Git-Newrev: f19bf69d5c7b96283cdeb889ea5ffd1a4d3723ff Message-Id: <20201109233315.848353857835@sourceware.org> Date: Mon, 9 Nov 2020 23:33:15 +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: Mon, 09 Nov 2020 23:33:15 -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 f19bf69d5c7b96283cdeb889ea5ffd1a4d3723ff (commit) from 92327b22968879976973b2454b4db5cad1bddf52 (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 f19bf69d5c7b96283cdeb889ea5ffd1a4d3723ff Author: Marek Polacek Date: Mon Nov 9 18:32:46 2020 -0500 gcc-11/changes, C++ DR table: GCC 11 supports DR 1914. diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index a124bfc9..f29de2c2 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -173,10 +173,12 @@ a work-in-progress.

  • DR 1512, Pointer comparison vs qualification conversions
  • DR 1722, Should lambda to function pointer conversion function be noexcept?
  • +
  • DR 1914, Duplicate standard attributes
  • DR 2032, Default template-arguments of variable templates
  • DR 2289, Uniqueness of decomposition declaration names
  • DR 2237, Can a template-id name a constructor?
  • DR 2369, Ordering between constraints and substitution
  • +
  • DR 2450, braced-init-list as a template-argument
  • G++ now performs better access checking in templates diff --git a/htdocs/projects/cxx-dr-status.html b/htdocs/projects/cxx-dr-status.html index 719311ca..63630092 100644 --- a/htdocs/projects/cxx-dr-status.html +++ b/htdocs/projects/cxx-dr-status.html @@ -13430,7 +13430,7 @@ 1914 extension Duplicate standard attributes - ? + 11 @@ -17189,7 +17189,7 @@

    This page is currently maintained by polacek@redhat.com.

    Last update: -Thu Oct 29 05:40:01 PM EDT 2020 +Mon Nov 9 06:28:17 PM EST 2020

    ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 2 ++ htdocs/projects/cxx-dr-status.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs