From patchwork Fri Nov 14 10:22:00 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Thomas Schwinge X-Patchwork-Id: 410751 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 BE8CC140079 for ; Fri, 14 Nov 2014 21:23:09 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-type; q=dns; s=default; b=mpyk8GMUnIzeXZ2X +Y+INK93BpN4zsVZ9D4K0ngdr71EKwxYi2ynkaGDwSfO75z+FtYaEWvDECyO8eb4 ipZjVldVcgR0Qi4VxyGmUdWxD4TCb4Vm0XByzT2++C9CpS2LC3F5VCzk9+wA7HQs s/C28DPFeLWEIhQmaCQlKAEoeTE= 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:from :to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=default; bh=jWSAAxuu+dHvdH+MaP8G6V Td3/s=; b=SB3us41XoppqIBK1c70sKskBdr8M7gnEjUnDXeJ5V/BayqOC247GmL 1BiG0o1dOZ9Vm3RH/mcDIFmTOwv+2e0JrzDhd1CQNWaoA7bhMBAxMhvdZZwdf3M7 DQi9uKll+Nd6rgxaz/8M/SdR0EjZD1ZCH9g/qR8R7DfOzntN7WIpQ= Received: (qmail 9488 invoked by alias); 14 Nov 2014 10:22:18 -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 9460 invoked by uid 89); 14 Nov 2014 10:22:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 3 recipients 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; Fri, 14 Nov 2014 10:22:15 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-01.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1XpE14-0002nw-Ll from Thomas_Schwinge@mentor.com ; Fri, 14 Nov 2014 02:22:11 -0800 Received: from feldtkeller.schwinge.homeip.net (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.3.181.6; Fri, 14 Nov 2014 10:22:09 +0000 From: Thomas Schwinge To: , CC: Cesar Philippidis , , Ilmir Usmanov , Tobias Burnus , Jakub Jelinek Subject: "openacc" Bugzilla keyword (was: [patch] OpenACC fortran front end) In-Reply-To: <8761einnmc.fsf@schwinge.name> References: <545BF570.8070508@codesourcery.com> <20141113164320.GW5026@tucnak.redhat.com> <54655E88.2010502@codesourcery.com> <87y4reb4fu.fsf@kepler.schwinge.homeip.net> <20141114083313.GI5026@tucnak.redhat.com> <8761einnmc.fsf@schwinge.name> User-Agent: Notmuch/0.9-101-g81dad07 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Fri, 14 Nov 2014 11:22:00 +0100 Message-ID: <87wq6ym69j.fsf@schwinge.name> MIME-Version: 1.0 Hi! On Fri, 14 Nov 2014 10:21:47 +0100, I wrote: > created. Committed to gomp-4_0-branch in r217549: commit 4a4f1ca48781ac08d2d51ba1a08210d8c8ca7528 Author: tschwinge Date: Fri Nov 14 10:19:53 2014 +0000 libgomp documentation, Reporting Bug: Mention the "openacc" Bugzilla keyword. libgomp/ * libgomp.texi (Reporting Bugs): Mention the "openacc" Bugzilla keyword. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gomp-4_0-branch@217549 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgomp/ChangeLog.gomp | 5 +++++ libgomp/libgomp.texi | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) Grüße, Thomas diff --git libgomp/ChangeLog.gomp libgomp/ChangeLog.gomp index a5a58a0..492393b 100644 --- libgomp/ChangeLog.gomp +++ libgomp/ChangeLog.gomp @@ -1,3 +1,8 @@ +2014-11-14 Thomas Schwinge + + * libgomp.texi (Reporting Bugs): Mention the "openacc" Bugzilla + keyword. + 2014-11-13 Thomas Schwinge * testsuite/libgomp.oacc-c-c++-common/context-2.c: Fix data diff --git libgomp/libgomp.texi libgomp/libgomp.texi index 26c65a6..6c2673b 100644 --- libgomp/libgomp.texi +++ libgomp/libgomp.texi @@ -2686,8 +2686,9 @@ becomes @chapter Reporting Bugs Bugs in the GNU OpenACC or OpenMP implementation should be reported via -@uref{http://gcc.gnu.org/bugzilla/, Bugzilla}. For OpenMP cases, please add -"openmp" to the keywords field in the bug report. +@uref{http://gcc.gnu.org/bugzilla/, Bugzilla}. As appropriate, please +add "openacc", or "openmp", or both to the keywords field in the bug +report.