From patchwork Thu May 13 21:28:59 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kwok Cheung Yeung X-Patchwork-Id: 1478211 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=8.43.85.97; helo=sourceware.org; envelope-from=gcc-patches-bounces@gcc.gnu.org; receiver=) Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Fh4Y65zfmz9sWW for ; Fri, 14 May 2021 07:29:13 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 4150A385DC3B; Thu, 13 May 2021 21:29:10 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 26376385800A for ; Thu, 13 May 2021 21:29:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 26376385800A Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=Kwok_Yeung@mentor.com IronPort-SDR: CFOH+QSpWy7h8Vdk2a/eNdWVk5FdxcZmQdtdf7TXglgHzBodNWIX2UPdKHhNrX8pEN3UhE9hsf 4qVZ5udcDLhLGv+4dYbXqh5RU+iCfpO3vHU4V4WJDhTa5WAbc/0QTOC9ubHTTWmIdjEBNoTEz+ 6Js1KiDfD29n47KsoiIHmmJKZJ4Z56FfRxo8O8WyDwtGcWnmHtV494unTTgfmIUPscXqIPgwov M75WPGjwConEslhjEnjmh14s9nVLEpPDuY2SIie5VXrBE5CFTN9nZCbzkdtN+oj02Bng8yq/Kj iSI= X-IronPort-AV: E=Sophos;i="5.82,296,1613462400"; d="scan'208";a="61327680" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa4.mentor.iphmx.com with ESMTP; 13 May 2021 13:29:05 -0800 IronPort-SDR: 1a4eFUBXleYik4b2gYDuj8NLMVEaFhTc0aWUAFbG86xqhZCjec21QRPdaukqjZODuIMl5XDae5 +2u5MGAc4jEZxqqisBvRFNIlZB0ZHBOqh92boKNYCwdVP1TvRbqr936dVDCfybvO4ubPU6WO+A XBC8yUJbx6n94P8T5ndx/ZIT9tsa8LqqL4qtU7mlaInOuEzpe/Vd2laDMFPuXvw5zI7cFz+t// vS5PxyhAqoJzbD9jJ7Jd5ZLBwqQxOf4CjWyOx8avN+pPDLLP7GFIcg0WeG64uBavFPQnrNYwBN uU4= To: GCC Patches From: Kwok Cheung Yeung Subject: [COMMIT] wwwdocs: Document devel/omp/gcc-11 Message-ID: <8aed1c9e-dfa2-4e55-5d7f-dbe2a19e7875@codesourcery.com> Date: Thu, 13 May 2021 22:28:59 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 Content-Language: en-GB X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) To SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) X-Spam-Status: No, score=-12.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_NUMSUBJECT, KAM_SHORT, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces@gcc.gnu.org Sender: "Gcc-patches" Hello I have pushed the devel/omp/gcc-11 branch to the git repo as the development branch for new OpenMP, OpenACC and offloading functionality, based on the GCC 11 branch. I have committed this patch to update the git doc page to point to the new branch as the active OMP develepment branch, and have moved devel/omp/gcc-10 to the list of inactive branches. Kwok commit 8a006e10264a471a8f9ece2ce3720eff0910f77d Author: Kwok Cheung Yeung Date: Thu May 13 22:09:36 2021 +0100 Document devel/omp/gcc-11 branch This also moves the old devel/omp/gcc-10 branch to the inactive branches section next to devel/omp/gcc-9. diff --git a/htdocs/git.html b/htdocs/git.html index 8edde126..2bbfc334 100644 --- a/htdocs/git.html +++ b/htdocs/git.html @@ -280,15 +280,15 @@ in Git.

Makarov vmakarov@redhat.com. -
devel/omp/gcc-10
+
devel/omp/gcc-11
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-10. - Please send patch emails with a short-hand [og10] tag in the + The branch is based on releases/gcc-11. + Please send patch emails with a short-hand [og11] tag in the subject line, and use ChangeLog.omp files.
unified-autovect
@@ -949,13 +949,14 @@ merged.

respectively.
devel/omp/gcc-9
-
This branch was used for collaborative development of +
devel/omp/gcc-10
+
These branches were used for collaborative development of OpenACC and OpenMP support and related - functionality as the successor to openacc-gcc-9-branch after the move to + functionality as the successors to openacc-gcc-9-branch after the move to Git. - The branch was based on releases/gcc-9. - Development has now moved to the devel/omp/gcc-10 branch.
+ The branches were based on releases/gcc-9 and releases/gcc-10 respectively. + Development has now moved to the devel/omp/gcc-11 branch.
hammer-3_3-branch
The goal of this branch was to have a stable compiler based on GCC 3.3