The change to patch 04 (Turn OpenACC kernels regions into a sequence of
parallel regions) necessitates an additional include of
'diagnostic-core.h' in omp-oacc-kernels.c, as it is no longer indirectly
included by 'cp/cp-tree.h'.
Kwok
On 17/07/2019 10:12 pm, Kwok Cheung Yeung wrote:
Loops in gang-single parts of kernels regions cannot be executed in
gang-redundant mode. If the user specified gang clauses on such loops,
emit an error and remove these clauses. Adjust automatic partitioning to
exclude gang partitioning in gang-single regions.