From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id 644F23890014; Tue, 5 May 2020 16:54:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 644F23890014 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 1b67070813b6f37a64671aa4f40962e9f7867547 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a772cc24d6a673070ab1d583beca8ce44e1a75da X-Git-Newrev: 1b67070813b6f37a64671aa4f40962e9f7867547 Message-Id: <20200505165450.644F23890014@sourceware.org> Date: Tue, 5 May 2020 16:54:50 +0000 (GMT) From: Jakub Jelinek 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, 05 May 2020 16:54: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 1b67070813b6f37a64671aa4f40962e9f7867547 (commit) from a772cc24d6a673070ab1d583beca8ce44e1a75da (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 1b67070813b6f37a64671aa4f40962e9f7867547 Author: Jakub Jelinek Date: Tue May 5 18:54:30 2020 +0200 Mention OpenMP support changes. diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html index 4497be14..c1127c77 100644 --- a/htdocs/gcc-10/changes.html +++ b/htdocs/gcc-10/changes.html @@ -182,6 +182,16 @@ a work-in-progress.

run-time library documentation for further information. +
  • GCC 10 adds a number of newly implemented + OpenMP 5.0 + features on top of the GCC 9 release such as conditional + lastprivate clause, scan and loop + directives, order(concurrent) and + use_device_addr clauses support, if + clause on simd construct or partial support for + the declare variant directive, getting closer to + full support of the OpenMP 5.0 standard. +
  • OpenMP and OpenACC now support offloading to AMD Radeon ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-10/changes.html | 10 ++++++++++ 1 file changed, 10 insertions(+) hooks/post-receive -- gcc-wwwdocs