Re: [gomp4] partially enable GOMP_MAP_FIRSTPRIVATE_POINTER in gfortran

2017-01-30 Thread Thomas Schwinge
Hi Cesar! (It's me, again!) ;-) On Fri, 27 Jan 2017 09:13:06 -0800, Cesar Philippidis wrote: > This patch partially enables GOMP_MAP_FIRSTPRIVATE_POINTER in gfortran. > gfortran still falls back to GOMP_MAP_POINTER for arrays with > descriptors and derived types. The limitation on derived type

[gomp4] partially enable GOMP_MAP_FIRSTPRIVATE_POINTER in gfortran

2017-01-27 Thread Cesar Philippidis
This patch partially enables GOMP_MAP_FIRSTPRIVATE_POINTER in gfortran. gfortran still falls back to GOMP_MAP_POINTER for arrays with descriptors and derived types. The limitation on derived types is there because we don't have much test coverage for it, and this patch series was more exploratory f