[gomp4] Remove gomp_map_vars mem_map argument

2014-10-28 Thread Julian Brown
Hi, This patch removes the now-redundant gomp_memory_mapping argument from gomp_map_vars, introduced when OpenACC kept the structure in question in a different place from OpenMP. Both now keep the memory map in the gomp_device_descr structure, so there's no need to pass both that and the memory

Re: [gomp4] Remove gomp_map_vars mem_map argument

2014-10-28 Thread Julian Brown
On Tue, 28 Oct 2014 16:52:22 + Julian Brown jul...@codesourcery.com wrote: Hi, This patch removes the now-redundant gomp_memory_mapping argument from gomp_map_vars, introduced when OpenACC kept the structure in question in a different place from OpenMP. Both now keep the memory map in

Re: [gomp4] Remove gomp_map_vars mem_map argument

2014-10-28 Thread Thomas Schwinge
Hi Julian! On Tue, 28 Oct 2014 16:52:22 +, Julian Brown jul...@codesourcery.com wrote: This patch removes the now-redundant gomp_memory_mapping argument from gomp_map_vars, introduced when OpenACC kept the structure in question in a different place from OpenMP. Both now keep the memory