Re: [PATCH, OpenACC] Rework computation of default OpenACC mapping clauses

2019-01-29 Thread Gergö Barany
On 28/01/2019 18:00, Thomas Schwinge wrote: On Fri, 25 Jan 2019 15:09:49 +0100, Gergö Barany wrote: OK for openacc-gcc-8-branch? Yes. Thanks, committed along with the other patches I posted at the same time (Rework OpenACC Fortran DO loop initialization, Remove spurious OpenACC error on

Re: [PATCH, OpenACC] Rework computation of default OpenACC mapping clauses

2019-01-28 Thread Thomas Schwinge
Hi Gergő! On Fri, 25 Jan 2019 15:09:49 +0100, Gergö Barany wrote: > This patch unifies and simplifies the handling of OpenACC default > mapping clauses for parallel, serial, and kernels regions. Thanks. This answers/resolves at least some of the questions that I asked (not you) many months ag

[PATCH, OpenACC] Rework computation of default OpenACC mapping clauses

2019-01-25 Thread Gergö Barany
This patch unifies and simplifies the handling of OpenACC default mapping clauses for parallel, serial, and kernels regions. OK for openacc-gcc-8-branch? Thanks, Gergö gcc/ * gimplify.c (oacc_default_clause): Refactor and unify computation of default mapping clauses. >From 32a38da