From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1534) id 617633858414; Mon, 22 May 2023 08:09:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 617633858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1684742950; bh=ZrVTaOts3RZWFpN0VQuvciaInWVyLeG2CwA+Ne87Mpw=; h=To:Subject:Date:From:From; b=mznHxW/3PneeiogJonCxY8Vqlyc+b2XcwILz1fEjAhbOYhGv34YOgGgNOSRzPIA99 bdEkVUHNgLVU1Q1Jzy9YJ7R+WXUU00R6MhG4sgv7bne2qzL/2MGA82EYd+OHCfzeqc rxXbWD1/hKbx2ulk3OXkfPblQyI0zln0YVll4ig4= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 6196747803d192744097590d6703a94def0030f4 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: fd86c2b52a4fa69ac5a7755b55934c6a9c3e7cd7 X-Git-Newrev: 6196747803d192744097590d6703a94def0030f4 Message-Id: <20230522080910.617633858414@sourceware.org> Date: Mon, 22 May 2023 08:09:10 +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 6196747803d192744097590d6703a94def0030f4 (commit) from fd86c2b52a4fa69ac5a7755b55934c6a9c3e7cd7 (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 6196747803d192744097590d6703a94def0030f4 Author: Tobias Burnus Date: Mon May 22 10:08:14 2023 +0200 git.html: Move OG12 to OG13, briefly mention old branches diff --git a/htdocs/git.html b/htdocs/git.html index 701773ef..22c0eec1 100644 --- a/htdocs/git.html +++ b/htdocs/git.html @@ -280,16 +280,17 @@ in Git.

Makarov vmakarov@redhat.com. -
devel/omp/gcc-12
+
devel/omp/gcc-13
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-12. - Please send patch emails with a short-hand [og12] tag in the - subject line, and use ChangeLog.omp files.
+ The branch is based on releases/gcc-13. + Please send patch emails with a short-hand [og13] tag in the + subject line, and use ChangeLog.omp files. (Likewise but now + stale branches exists for the prior GCC releases 9 to 12.)
unified-autovect
This branch is for work on improving effectiveness and generality of GCC's ----------------------------------------------------------------------- Summary of changes: htdocs/git.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) hooks/post-receive -- gcc-wwwdocs