From patchwork Tue Jun 4 22:05:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julian Brown X-Patchwork-Id: 1110213 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-502337-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="CQiq2Q0C"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45JQx60xW8z9s00 for ; Wed, 5 Jun 2019 08:06:13 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:mime-version:content-type; q=dns; s=default; b=x8Vf7Ppl0pbnl72opHsiSxc/6EU+OPnBIhXeWpdqw6DbaowNhy 8HZjrUG1v+MDE5UxyM20Y1Qv0dMhqkRHT429ysMY+3boh9VW+ckBX9i+zMJ9KjgM NT22ZcAewB77kHHpC6rNUTu5smEmaK0i94NL5Lc3rUL6H5hUUP2flqago= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:cc:subject:message-id:mime-version:content-type; s= default; bh=EEyvh3qnbnQXdqJwVZURNoXJcBA=; b=CQiq2Q0CYhbGMCr0H5yk UuxN5XCJz8vU69AHL/xDBK6ubae4De7uS1IiViLTLuiTLcQz8ZiulklEpYY9rBBe 4FKwqhQFrfJxAa7UvOVKnQxFBf2rTlQtvucCc46/49KN/Tseto67+pUDoeLdSrds 4kxWuD06lPIY7aWttiItdCw= Received: (qmail 58234 invoked by alias); 4 Jun 2019 22:06:05 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 58224 invoked by uid 89); 4 Jun 2019 22:06:05 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.1 spammy=sk:changel, sk:ChangeL X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Jun 2019 22:06:03 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-MBX-04.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1hYHZ9-0003z1-Jo from Julian_Brown@mentor.com for gcc-patches@gcc.gnu.org; Tue, 04 Jun 2019 15:05:59 -0700 Received: from squid.athome (137.202.0.90) by SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Tue, 4 Jun 2019 23:05:55 +0100 Date: Tue, 4 Jun 2019 23:05:53 +0100 From: Julian Brown To: CC: Thomas Schwinge , "Moore, Catherine" , "Yeung, Kwok\" , Chung-Lin Tang , Jakub Jelinek "@relay1.mentorg.com Subject: [wwwdocs] Document existence of openacc-gcc-9-branch Message-ID: <20190604230553.1b99ca9e@squid.athome> MIME-Version: 1.0 X-IsSubscribed: yes Hi, I've pushed a new branch "openacc-gcc-9-branch" to the Git mirror (i.e. as a Git-only branch), for development of OpenACC and related functionality on top of the GCC 9 branch. It's currently based off the gcc-9_1_0-release tag, and contains a number of patches mainly merged from either the openacc-gcc-8-branch, or from further-developed versions of those patches that have been submitted for upstream review. This patch updates the svn.html page to point to the new branch rather than the old openacc-gcc-8-branch, which is retired now. OK to commit? Thanks, Julian Index: htdocs/svn.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v retrieving revision 1.225 diff -u -p -r1.225 svn.html --- htdocs/svn.html 30 Sep 2018 14:38:47 -0000 1.225 +++ htdocs/svn.html 4 Jun 2019 17:10:37 -0000 @@ -291,18 +291,18 @@ the command svn log --stop-on-copy Patches should be marked with the tag [no-undefined-overflow] in the subject line. The branch is maintained by Richard Biener. -
openacc-gcc-8-branch
+
openacc-gcc-9-branch
This Git-only branch is used for collaborative development of OpenACC support and related functionality, such as offloading support. The - branch is based on gcc-8-branch. Find it + 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-8-branch>, + <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-8-branch>. - Please send email with a short-hand [og8] tag in the subject + <https://github.com/gcc-mirror/gcc/tree/openacc-gcc-9-branch>. + Please send email with a short-hand [og9] tag in the subject line, and use ChangeLog.openacc files.
plugins