From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id C1DFF3858C98; Thu, 4 Apr 2024 10:23:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C1DFF3858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712226191; bh=pKlroBnigcLn7gzqicpd2Sx/4+Xgl5HoZXdab/jqvU4=; h=To:Subject:Date:From:From; b=RLBFFGukfCaTJ6Ep7klt/7GsN5xMGihP6Qr5xWBp9G6UNIiNVJoOaNsGJ6u+lwn/d 5dvLN0FezkB80SQe9URG+a5iDYsPszL5abf3gTDWatFfR05NXyLeoJ8RZLx0/+FFlc Lq5gTcoSCFurqziO9w7eKo/HFlbJdVCembCeX/DY= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 5355f9e63f8240f6a3753a6f9ae10133d0c34e38 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 501aef9bacc3842d0b7d022a4333c9d71d419d4d X-Git-Newrev: 5355f9e63f8240f6a3753a6f9ae10133d0c34e38 Message-Id: <20240404102311.C1DFF3858C98@sourceware.org> Date: Thu, 4 Apr 2024 10:23:11 +0000 (GMT) From: Tobias Burnus List-Id: 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 5355f9e63f8240f6a3753a6f9ae10133d0c34e38 (commit) from 501aef9bacc3842d0b7d022a4333c9d71d419d4d (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 5355f9e63f8240f6a3753a6f9ae10133d0c34e38 Author: Tobias Burnus Date: Thu Apr 4 12:22:12 2024 +0200 projects/gomp/: Update 5.2 (fix misplaced GCC 14) and TR12 (new items) status diff --git a/htdocs/projects/gomp/index.html b/htdocs/projects/gomp/index.html index b8f11508..798efb21 100644 --- a/htdocs/projects/gomp/index.html +++ b/htdocs/projects/gomp/index.html @@ -846,7 +846,7 @@ than listed, depending on resolved corner cases and optimizations.

declare mapper with iterator and present modifiers - GCC 14 + No @@ -871,7 +871,7 @@ than listed, depending on resolved corner cases and optimizations.

New allocators directive for Fortran - No + GCC 14 @@ -1225,9 +1225,9 @@ error.

- coexecute directive for Fortran + workdistribute directive for Fortran No - + Renamed just after TR12; added in TR12 as coexecute Fortran DO CONCURRENT as associated loop in a loop @@ -1295,6 +1295,11 @@ error.

No + + Canonical loop nest enclosed in (multiple) curly braces (C/C++) or BLOCK constructs (Fortran) + No + + Relaxed Fortran restrictions to the aligned clause No ----------------------------------------------------------------------- Summary of changes: htdocs/projects/gomp/index.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs