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() {