From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2122) id 51AD93851C05; Mon, 18 May 2020 19:14:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 51AD93851C05 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 4755de58f65e3968a4bfcd1a1f34b8f635d5353e X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c7b2066195cbfd33927c7b8fa571bf844fad9826 X-Git-Newrev: 4755de58f65e3968a4bfcd1a1f34b8f635d5353e Message-Id: <20200518191402.51AD93851C05@sourceware.org> Date: Mon, 18 May 2020 19:14:02 +0000 (GMT) From: Jason Merrill 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, 18 May 2020 19:14:02 -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 4755de58f65e3968a4bfcd1a1f34b8f635d5353e (commit) from c7b2066195cbfd33927c7b8fa571bf844fad9826 (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 4755de58f65e3968a4bfcd1a1f34b8f635d5353e Author: Jason Merrill Date: Mon May 18 15:09:25 2020 -0400 gcc-10/changes: Add -Warith-conversion. Also move Concepts to the top of the list. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index abbafa58..fc58a471 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -275,6 +275,14 @@ You may also want to check out our out-of-bounds accesses by calls to user-defined functions declared with the new attribute access. +
  • -Warith-conversion + re-enables warnings + from -Wconversion, -Wfloat-conversion, + and -Wsign-conversion that are now off by default for an + expression where the result of an arithmetic operation will not fit in + the target type due to promotion, but the operands of the expression do + fit in the target type. +
  • Extended characters in identifiers may now be specified directly in @@ -337,6 +345,7 @@ int get_naïve_pi() {
    • Several C++20 features have been implemented:
        +
      • Concepts, including P0734R0, P0857R0, P1084R2, P1141R2, P0848R3, P1616R1, P1452R2
      • P1668R1, Permitting Unevaluated inline-assembly in constexpr Functions
      • P1161R3, Deprecate a[b,c]
      • P0848R3, Conditionally Trivial Special Member Functions
      • @@ -345,7 +354,6 @@ int get_naïve_pi() {
      • P1152R4, Deprecating volatile
      • P0388R4, Permit conversions to arrays of unknown bound
      • P0784R7, constexpr new
      • -
      • Concepts, including P0734R0, P0857R0, P1084R2, P1141R2, P0848R3, P1616R1, P1452R2
      • P1301R4, [[nodiscard("with reason")]]
      • P1814R0, class template argument deduction for alias templates
      • P1816R0, class template argument deduction for aggregates
      • ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs