From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22281 invoked by alias); 17 Jan 2015 12:17:21 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 22271 invoked by uid 89); 17 Jan 2015 12:17:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sat, 17 Jan 2015 12:17:18 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0HCHFmt023706 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Sat, 17 Jan 2015 07:17:15 -0500 Received: from tucnak.zalov.cz (ovpn-116-64.ams2.redhat.com [10.36.116.64]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t0HCHCTO003100 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NO); Sat, 17 Jan 2015 07:17:14 -0500 Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.14.9/8.14.9) with ESMTP id t0HCH5cC022184; Sat, 17 Jan 2015 13:17:05 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.14.9/8.14.9/Submit) id t0HCH2J8022183; Sat, 17 Jan 2015 13:17:02 +0100 Date: Sat, 17 Jan 2015 13:40:00 -0000 From: Jakub Jelinek To: Gerald Pfeifer Cc: Julian Brown , Tobias Burnus , gcc-patches@gcc.gnu.org, Thomas Schwinge , Ilya Verbin Subject: Re: [PATCH 3/5] OpenACC 2.0 support for libgomp - outline documentation (repost) Message-ID: <20150117121702.GU1405@tucnak.redhat.com> Reply-To: Jakub Jelinek References: <20141113094054.GD5026@tucnak.redhat.com> <20141113100510.GA751@physik.fu-berlin.de> <20141115005204.093ed2f7@octopus> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg01543.txt.bz2 On Sat, Jan 17, 2015 at 12:16:17PM +0100, Gerald Pfeifer wrote: > Also, can you use the actual link only once, for the first reference? > Otherwise if this changes, we'd have to edit lots of links, and that > is rather common practice that way. > > -Bugs in the GNU OpenMP implementation should be reported via > -@uref{http://gcc.gnu.org/bugzilla/, Bugzilla}. For all cases, please add > +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. > > I suggest to actually remove this. It just looks like an extra piece > of redundancy. The "openmp" resp. "openacc" keywords is something I'd like to keep reminding people to add, openmp keyword is what I use in my OpenMP bugs queries. Jakub