Re: [gomp4] Remove more gang local bits

2015-09-18 Thread Thomas Schwinge
Hi! On Thu, 10 Sep 2015 13:48:56 -0400, Nathan Sidwell wrote: > I've committed this to gomp4 branch. It removes more now-obsolete bits of > gang > local handling. > --- libgomp/target.c (revision 227633) > +++ libgomp/target.c (working copy) > @@ -373,12 +373,7 @@ gomp_map_vars (struct gomp

[gomp4] Remove more gang local bits

2015-09-10 Thread Nathan Sidwell
I've committed this to gomp4 branch. It removes more now-obsolete bits of gang local handling. nathan 2015-09-10 Nathan Sidwell include/ * gomp-constants.h (GOMP_MAP_FLAG_GANGLOCAL): Delete. (enum gomp_map_kind): Remove GOMP_MAP_GANGLOCAL, GOMP_MAP_FORCE_TO_GANGLOCAL). libgomp/ * oac