Hi Thomas!
On 07/09/2015 03:51 AM, Thomas Schwinge wrote:
Hi Jim!
On Tue, 7 Jul 2015 10:19:39 -0500, James Norris
wrote:
This patch fixes an issue where the deviceptr clause in an outer
directive was being ignored during implicit variable definition
on a nested directive.
Committed to gom
Hi Jim!
On Tue, 7 Jul 2015 10:19:39 -0500, James Norris
wrote:
> This patch fixes an issue where the deviceptr clause in an outer
> directive was being ignored during implicit variable definition
> on a nested directive.
> Committed to gomp-4_0-branch.
> --- a/gcc/gimplify.c
> +++ b/gcc/gimpli
Hi,
This patch fixes an issue where the deviceptr clause in an outer
directive was being ignored during implicit variable definition
on a nested directive.
Committed to gomp-4_0-branch.
Jim
diff --git a/gcc/gimplify.c b/gcc/gimplify.c
index 51aadc0..a721a52 100644
--- a/gcc/gimplify.c
+++ b/gcc