From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1729) id 8E06C384D142; Wed, 29 Jun 2022 21:38:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8E06C384D142 To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 0695e5e969eba730e517a6adbdf38b8774f89437 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 85db6afe1540962730dbee1aea6064b015e60ee0 X-Git-Newrev: 0695e5e969eba730e517a6adbdf38b8774f89437 Message-Id: <20220629213804.8E06C384D142@sourceware.org> Date: Wed, 29 Jun 2022 21:38:04 +0000 (GMT) From: Kwok Yeung 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: Wed, 29 Jun 2022 21:38:04 -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 0695e5e969eba730e517a6adbdf38b8774f89437 (commit) from 85db6afe1540962730dbee1aea6064b015e60ee0 (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 0695e5e969eba730e517a6adbdf38b8774f89437 Author: Kwok Cheung Yeung Date: Wed Jun 29 22:32:39 2022 +0100 Document devel/omp/gcc-12 branch Also moves the old devel/omp/gcc-11 branch to the inactive branches section next to devel/omp/gcc-10. diff --git a/htdocs/git.html b/htdocs/git.html index 5202363c..52ad05db 100644 --- a/htdocs/git.html +++ b/htdocs/git.html @@ -280,15 +280,15 @@ in Git.

Makarov vmakarov@redhat.com. -
devel/omp/gcc-11
+
devel/omp/gcc-12
This branch is for collaborative development of OpenACC and OpenMP support and related functionality, such as offloading support (OMP: offloading and multi processing). - The branch is based on releases/gcc-11. - Please send patch emails with a short-hand [og11] tag in the + The branch is based on releases/gcc-12. + Please send patch emails with a short-hand [og12] tag in the subject line, and use ChangeLog.omp files.
unified-autovect
@@ -895,13 +895,15 @@ merged.

devel/omp/gcc-9
devel/omp/gcc-10
+
devel/omp/gcc-11
These branches were used for collaborative development of OpenACC and OpenMP support and related functionality as the successors to openacc-gcc-9-branch after the move to Git. - The branches were based on releases/gcc-9 and releases/gcc-10 respectively. - Development has now moved to the devel/omp/gcc-11 branch.
+ The branches were based on releases/gcc-9, releases/gcc-10 and + releases/gcc-11 respectively. + Development has now moved to the devel/omp/gcc-12 branch.
hammer-3_3-branch
The goal of this branch was to have a stable compiler based on GCC 3.3 ----------------------------------------------------------------------- Summary of changes: htdocs/git.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) hooks/post-receive -- gcc-wwwdocs