From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 8F3813848407; Thu, 1 Jul 2021 17:37:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8F3813848407 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 5c17042e880a5d1a3eb261f73e1b9da0c1aa2641 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9751d418645b55f380e24fe6d59f425b1201558d X-Git-Newrev: 5c17042e880a5d1a3eb261f73e1b9da0c1aa2641 Message-Id: <20210701173720.8F3813848407@sourceware.org> Date: Thu, 1 Jul 2021 17:37:20 +0000 (GMT) From: Tobias Burnus 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: Thu, 01 Jul 2021 17:37:20 -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 5c17042e880a5d1a3eb261f73e1b9da0c1aa2641 (commit) from 9751d418645b55f380e24fe6d59f425b1201558d (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 5c17042e880a5d1a3eb261f73e1b9da0c1aa2641 Author: Tobias Burnus Date: Thu Jul 1 19:37:11 2021 +0200 gcc-12/changes.html: GCN - add TI mode, mention -foffload(-options) diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html index 70dd48b9..9c2799cf 100644 --- a/htdocs/gcc-12/changes.html +++ b/htdocs/gcc-12/changes.html @@ -62,6 +62,14 @@ a work-in-progress.

OpenACC. It warns about potentially suboptimal choices related to OpenACC parallelism. +
  • The offload target code generation for OpenMP and OpenACC can now + be better adjusted using the new -foffload-options= flag and the pre-existing but now + documented -foffload= flag. +
  • @@ -111,6 +119,8 @@ a work-in-progress.

    AMD Radeon (GCN)

    • Debug experience with ROCGDB has been improved.
    • +
    • Support for the type __int128_t/integer(kind=16) + was added.
    ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-12/changes.html | 10 ++++++++++ 1 file changed, 10 insertions(+) hooks/post-receive -- gcc-wwwdocs