From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1611) id 00AA5385DC0D; Tue, 14 Apr 2020 15:49:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 00AA5385DC0D To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. e7e729ae2b8cc9861ce0351a8fd7e3095c20ff71 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 5264b357a424a38ccdcd3af01d67902109218aa8 X-Git-Newrev: e7e729ae2b8cc9861ce0351a8fd7e3095c20ff71 Message-Id: <20200414154924.00AA5385DC0D@sourceware.org> Date: Tue, 14 Apr 2020 15:49:23 +0000 (GMT) From: Martin Jambor 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: Tue, 14 Apr 2020 15:49:24 -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 e7e729ae2b8cc9861ce0351a8fd7e3095c20ff71 (commit) via 5ccd5ea2a73f1a7816ddc55676d18ef7bf922854 (commit) from 5264b357a424a38ccdcd3af01d67902109218aa8 (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 e7e729ae2b8cc9861ce0351a8fd7e3095c20ff71 Author: Martin Jambor Date: Tue Apr 14 17:48:54 2020 +0200 wwwdocs: Slightly improve IPA-SRA description in gcc-10/changes.html I think that the fact that IPA-SRA can now remove unused return values deserves a special mention - and I also fixed the proposition in the name of the pass. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 17679812..65e2fb3d 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -103,8 +103,9 @@ a work-in-progress.

  • Inter-procedural optimization improvements:
      -
    • The inter-procedural scalar replacement for aggregates (IPA-SRA) pass - was re-implemented to work at link-time. +
    • The inter-procedural scalar replacement of aggregates (IPA-SRA) pass + was re-implemented to work at link-time and can now also remove + computing and returning unused return values.
    • -finline-functions is now enabled at -O2 and was retuned for better code commit 5ccd5ea2a73f1a7816ddc55676d18ef7bf922854 Author: Martin Jambor Date: Tue Apr 14 17:48:54 2020 +0200 wwwdocs: Deprecate offloading to HSAIL for reasons described in my earlier email, I'd like to commit the following to gcc-10/changes.html to mark offloading to HSAIL as deprecated. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index ca49e626..17679812 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -57,6 +57,11 @@ a work-in-progress.

      of the default via --param allow-store-data-races will now be diagnosed and build systems have to be adjusted accordingly.
    • +
    • + Offloading to Heterogeneous System Architecture Intermediate + Language (HSAIL) has been deprecated and will likely be removed in + a future release. +
    ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs