Re: [Patch] OpenMP: Handle bind clause in tree-nested.c [PR100905]

2021-06-04 Thread Jakub Jelinek via Gcc-patches
On Fri, Jun 04, 2021 at 07:47:50PM +0200, Tobias Burnus wrote: > Fails due to the (explicit or implicitly added) 'bind' clause as > tree-nested.c did not handle them. > > In convert_nonlocal_omp_clauses, the following clauses are > missing: OMP_CLAUSE_AFFINITY, OMP_CLAUSE_DEVICE_TYPE, > OMP_CLAUSE

[Patch] OpenMP: Handle bind clause in tree-nested.c [PR100905]

2021-06-04 Thread Tobias Burnus
Fails due to the (explicit or implicitly added) 'bind' clause as tree-nested.c did not handle them. In convert_nonlocal_omp_clauses, the following clauses are missing: OMP_CLAUSE_AFFINITY, OMP_CLAUSE_DEVICE_TYPE, OMP_CLAUSE_EXCLUSIVE, OMP_CLAUSE_INCLUSIVE. I am not sure which of them should or m