This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

"openacc" Bugzilla keyword (was: [patch] OpenACC fortran front end)


Hi!

On Fri, 14 Nov 2014 10:21:47 +0100, I wrote:
> <https://gcc.gnu.org/bugzilla/buglist.cgi?keywords=openacc> created.

Committed to gomp-4_0-branch in r217549:

commit 4a4f1ca48781ac08d2d51ba1a08210d8c8ca7528
Author: tschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
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(-)

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  <thomas@codesourcery.com>
+
+	* libgomp.texi (Reporting Bugs): Mention the "openacc" Bugzilla
+	keyword.
+
 2014-11-13  Thomas Schwinge  <thomas@codesourcery.com>
 
 	* 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.
 
 
 


GrÃÃe,
 Thomas

Attachment: pgpGfSx_09VE3.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]