From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81728 invoked by alias); 3 Mar 2020 13:43:59 -0000 Mailing-List: contact gcc-cvs-wwwdocs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-cvs-wwwdocs-owner@gcc.gnu.org Received: (qmail 81681 invoked by uid 9787); 3 Mar 2020 13:43:59 -0000 Date: Tue, 03 Mar 2020 13:43:00 -0000 Message-ID: <20200303134359.81678.qmail@sourceware.org> From: tschwinge@gcc.gnu.org To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 6b92a4c7033db33ed5b6827e826a561077ed2181 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 039a5698a0895d2b9af9f321b33ba293928b2fb9 X-Git-Newrev: 6b92a4c7033db33ed5b6827e826a561077ed2181 X-SW-Source: 2020/txt/msg00102.txt 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 6b92a4c7033db33ed5b6827e826a561077ed2181 (commit) from 039a5698a0895d2b9af9f321b33ba293928b2fb9 (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 6b92a4c7033db33ed5b6827e826a561077ed2181 Author: Thomas Schwinge Date: Tue Mar 3 14:37:36 2020 +0100 Document devel/omp/gcc-9 branch ..., and retire openacc-gcc-9-branch. diff --git a/htdocs/git.html b/htdocs/git.html index 7fd22a9..bec93ea 100644 --- a/htdocs/git.html +++ b/htdocs/git.html @@ -280,19 +280,16 @@ in Git.

Makarov vmakarov@redhat.com. -
openacc-gcc-9-branch
-
This Git-only branch is - used for collaborative development - of OpenACC support and related +
devel/omp/gcc-9
+
This branch is for collaborative development of + OpenACC and + OpenMP support and related functionality, such - as offloading support. The - branch is based on gcc-9-branch. Find it - at git://gcc.gnu.org/git/gcc.git, - <https://gcc.gnu.org/git/?p=gcc.git;a=shortlog;h=refs/heads/openacc-gcc-9-branch>, - or - <https://github.com/gcc-mirror/gcc/tree/openacc-gcc-9-branch>. + as offloading support (OMP: + offloading and multi processing). + The branch is based on releases/gcc-9. Please send patch emails with a short-hand [og9] tag in the - subject line, and use ChangeLog.openacc files.
+ subject line, and use ChangeLog.omp files.
unified-autovect
This branch is for work on improving effectiveness and generality of GCC's @@ -943,10 +940,12 @@ merged.

openacc-gcc-7-branch
openacc-gcc-8-branch
+
openacc-gcc-9-branch
These branches were used for development of OpenACC support and related - functionality, based on gcc-7-branch and gcc-8-branch respectively. - Work is now proceeding on the openacc-gcc-9-branch.
+ functionality, based on gcc-7-branch, gcc-8-branch, and gcc-9-branch + respectively. + Work is now proceeding on the devel/omp/gcc-9 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 | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) hooks/post-receive -- gcc-wwwdocs