@@ -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
@@ -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.
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(-) Grüße, Thomas