From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id A4AE23858D35; Thu, 30 Jul 2020 10:07:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A4AE23858D35 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 7381585c8140747464363687b4e5ac53e76f2709 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 99cd379b52ace0da0f27cfed5b87f0b614771952 X-Git-Newrev: 7381585c8140747464363687b4e5ac53e76f2709 Message-Id: <20200730100710.A4AE23858D35@sourceware.org> Date: Thu, 30 Jul 2020 10:07:10 +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, 30 Jul 2020 10:07:10 -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 7381585c8140747464363687b4e5ac53e76f2709 (commit) from 99cd379b52ace0da0f27cfed5b87f0b614771952 (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 7381585c8140747464363687b4e5ac53e76f2709 Author: Tobias Burnus Date: Thu Jul 30 12:06:37 2020 +0200 gcc-11/changes.html: Update OpenMP status diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html index 96955345..5045ec78 100644 --- a/htdocs/gcc-11/changes.html +++ b/htdocs/gcc-11/changes.html @@ -70,6 +70,20 @@ a work-in-progress.

New Languages and Language specific improvements

+
    +
  • GCC 11 adds support for non-rectangular loop nests in OpenMP + constructs and the allocator routines of + OpenMP 5.0. + For Fortran, OpenMP 4.5 is now finally fully supported and OpenMP 5.0 + support has been extended, including the following features which were + before only available in C and C++: order(concurrent), + lastprivate with conditional modifier, + if clause with simd and cancel + modifiers, target data without map clause, + and limitted support for the requires construct. +
  • +
+ ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-11/changes.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) hooks/post-receive -- gcc-wwwdocs