This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: open acc default data attribute
- From: David Edelsohn <dje dot gcc at gmail dot com>
- To: Nathan Sidwell <nathan at acm dot org>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 12 Nov 2015 15:22:38 -0500
- Subject: Re: open acc default data attribute
- Authentication-results: sourceware.org; auth=none
Nathan,
The ChangeLog was placed in the wrong files.
gcc/
* gimplify.c (oacc_default_clause): New.
(omp_notice_variable): Call it.
Should go in gcc/ChangeLog without "gcc/"
gcc/testsuite/
* c-c++-common/goacc/data-default-1.c: New.
should go in gcc/testsuite/ChangeLog
libgomp/
* testsuite/libgomp.oacc-c-c++-common/default-1.c: New.
should go in libgomp/ChangeLog
Thanks, David