From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 9AA52384B0C4; Thu, 19 May 2022 12:23:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9AA52384B0C4 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. b5f474618540dc068b8fe4ba7b76a94646097ee5 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 6c318f19e08bc7164fbee104a0d204cb26aca78b X-Git-Newrev: b5f474618540dc068b8fe4ba7b76a94646097ee5 Message-Id: <20220519122355.9AA52384B0C4@sourceware.org> Date: Thu, 19 May 2022 12:23:55 +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, 19 May 2022 12:23:55 -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 b5f474618540dc068b8fe4ba7b76a94646097ee5 (commit) from 6c318f19e08bc7164fbee104a0d204cb26aca78b (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 b5f474618540dc068b8fe4ba7b76a94646097ee5 Author: Tobias Burnus Date: Thu May 19 14:23:39 2022 +0200 OpenMP - minor update/fixes for gomp + gcc-13 * gcc-13/changes.html (OpenMP): Update. * projects/gomp/: Make Documentation a '

'; fix location; mark two features as GCC-13 supported. diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 969fb00b..2d974ae5 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -41,9 +41,12 @@ a work-in-progress.

  • OpenMP
    • The following OpenMP 5.1 features have been added: the - omp_all_memory reserved locator and the - omp_target_is_accessible and omp_get_mapped_ptr - API routines.
    • + omp_all_memory reserved locator, the inoutset + modifier to the depend clause and the + omp_target_is_accessible, omp_target_memcpy_async, + omp_target_memcpy_rect_async and + omp_get_mapped_ptr API routines. Fortran now supports + non-rectangular loop nests, which were added for C/C++ in GCC 11.
  • diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index c282b4f5..68531a57 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -20,6 +20,7 @@ OpenMP and OpenACC are supported with GCC's C, C++ and Fortran compilers.

    Content

    -

    Documentation

    +

    Documentation

    • GNU libgomp manual for API routines, environment variables and implementation details.
    • @@ -550,7 +551,7 @@ than listed, depending on resolved corner cases and optimizations.

      - seq_cst clause on a flush construct + seq_cst clause on a flush construct GCC 12 @@ -604,11 +605,21 @@ than listed, depending on resolved corner cases and optimizations.

      GCC 12 + + inoutset argument to the depend clause + GCC 13 + + omp_target_is_accessible runtime routine GCC 13 + + omp_target_memcpy_async and omp_target_memcpy_rect_async runtime routines + GCC 13 + + omp_get_mapped_ptr runtime routine GCC 13 @@ -684,21 +695,11 @@ than listed, depending on resolved corner cases and optimizations.

      No - - inoutset argument to the depend clause - No - - present argument to defaultmap clause No - - omp_target_memcpy_async and omp_target_memcpy_rect_async runtime routines - No - - ompt_scope_endpoint_t enum: ompt_scope_beginend No ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 9 ++++++--- htdocs/projects/gomp/index.html | 25 +++++++++++++------------ 2 files changed, 19 insertions(+), 15 deletions(-) hooks/post-receive -- gcc-wwwdocs