Re: [PATCH 2/9] [OpenACC] GOMP_MAP_ATTACH handling in find_group_last

2020-06-30 Thread Thomas Schwinge
Hi Julian! On 2020-06-16T15:38:32-0700, Julian Brown wrote: > Later patches in this series assume that GOMP_MAP_ATTACH will be grouped > together with a preceding GOMP_MAP_TO_PSET or other "to" data movement > clause, except in cases where an explicit "attach" clause is used. > This patch arrange

[PATCH 2/9] [OpenACC] GOMP_MAP_ATTACH handling in find_group_last

2020-06-16 Thread Julian Brown
Later patches in this series assume that GOMP_MAP_ATTACH will be grouped together with a preceding GOMP_MAP_TO_PSET or other "to" data movement clause, except in cases where an explicit "attach" clause is used. This patch arranges for that to be so. OK? Julian ChangeLog libgomp/