From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1105) id 79D74395253D; Mon, 9 Mar 2020 20:58:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 79D74395253D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1583787530; bh=kjQLFbEU2aQu7racN1TSKP3uyFlajgdXHTrAYHqTNMk=; h=To:Subject:Date:From:From; b=raMU+vXmmGBLsJpoUaNlceDopdhQmqu5Kn1ByRdpAutq3cjkS3YdfTZVwQZcJuHNJ yPhlg5VRru2TbmPlENq2K1kIg8ZlzX+OHP55tYxu1aIGmuY9wR/f2/+T/ExAUEV/kh NPFhystdl374CiP2o2DgReZzivasnbuh+OuV12Gs= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. f92260c29a59728f1a5837fe10df7f75ed378cd1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ba29751765efcb4df448e803fddeb1e6db615bd3 X-Git-Newrev: f92260c29a59728f1a5837fe10df7f75ed378cd1 Message-Id: <20200309205850.79D74395253D@sourceware.org> Date: Mon, 9 Mar 2020 20:58:50 +0000 (GMT) From: Joseph Myers 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 Mar 2020 20:58:50 -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 f92260c29a59728f1a5837fe10df7f75ed378cd1 (commit) from ba29751765efcb4df448e803fddeb1e6db615bd3 (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 f92260c29a59728f1a5837fe10df7f75ed378cd1 Author: Joseph Myers Date: Mon Mar 9 20:58:40 2020 +0000 Fix typos. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index c80f1c50..e5494adf 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -98,7 +98,7 @@ a work-in-progress.

also significantly sped up to avoid negative impact to -flto -O2 compile times. -
  • Inliner heuristics and function clonning can now use value-range +
  • Inliner heuristics and function cloning can now use value-range information to predict effectivity of individual transformations.
  • During link-time optimization the C++ One Definition Rule is used to @@ -124,7 +124,7 @@ a work-in-progress.

    algorithm. Configure script can automatically detect the zstd support.
  • Most --param values can now be specified at - translation unit granuality. This includes all parameters controlling + translation unit granularity. This includes all parameters controlling the inliner and other inter-procedural optimizations. Unlike earlier releases, GCC 10 will ignore parameters controlling optimizations specified at link-time and apply parameters specified at compile-time ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs