Re: [gomp4] Handle deviceptr from an outer directive

2015-07-10 Thread James Norris
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 jnor...@codesourcery.com wrote: This patch fixes an issue where the deviceptr clause in an outer directive was being ignored during implicit variable definition on a nested

Re: [gomp4] Handle deviceptr from an outer directive

2015-07-09 Thread Thomas Schwinge
Hi Jim! On Tue, 7 Jul 2015 10:19:39 -0500, James Norris jnor...@codesourcery.com 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. ---

[gomp4] Handle deviceptr from an outer directive

2015-07-07 Thread James Norris
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 +++