Re: [gomp4] Handle Fortran deviceptr clause.

2015-07-10 Thread James Norris
Hi Thomas, On 07/09/2015 03:29 AM, Thomas Schwinge wrote: Hi Jim! On Wed, 8 Jul 2015 13:00:16 -0500, James Norris jnor...@codesourcery.com wrote: This patch adds handling of the deviceptr clause when used within a Fortran program. Please motivate such non-obvious code changes by a test

Re: [gomp4] Handle Fortran deviceptr clause.

2015-07-09 Thread Thomas Schwinge
Hi Jim! On Wed, 8 Jul 2015 13:00:16 -0500, James Norris jnor...@codesourcery.com wrote: This patch adds handling of the deviceptr clause when used within a Fortran program. Please motivate such non-obvious code changes by a test case. At least to me, it's not at all obvious what's going on

[gomp4] Handle Fortran deviceptr clause.

2015-07-08 Thread James Norris
Hi, This patch adds handling of the deviceptr clause when used within a Fortran program. Committed to gomp-4_0-branch Jim diff --git a/libgomp/ChangeLog.gomp b/libgomp/ChangeLog.gomp index 418474d..1949d78 100644 --- a/libgomp/ChangeLog.gomp +++ b/libgomp/ChangeLog.gomp @@ -1,3 +1,8 @@