Re: OpenMP patches pending review

2022-05-25 Thread Jakub Jelinek via Gcc-patches
On Wed, May 25, 2022 at 09:25:19AM +0200, Tobias Burnus wrote: > first – thanks for all the reviews – both quick and though. > > Pending review are: > > * Julian's struct/declare mapper patch set: > 10/11 – OpenMP: Use OMP_ARRAY_SECTION instead of TREE_LIST for array sections > in C FE > 11/11 -

OpenMP patches pending review

2022-05-25 Thread Tobias Burnus
Hi all, hi Jakub, first – thanks for all the reviews – both quick and though. Pending review are: * Julian's struct/declare mapper patch set: 10/11 – OpenMP: Use OMP_ARRAY_SECTION instead of TREE_LIST for array sections in C FE 11/11 - OpenMP: Support OpenMP 5.0 "declare mapper" directives for

OpenMP – patches pending review

2021-05-03 Thread Tobias Burnus
Outstanding but submitted patches: * [Patch] OpenMP/Fortran: Handle polymorphic scalars in data-sharing FIRSTPRIVATE [PR86470] (March 10, 2021) https://gcc.gnu.org/pipermail/gcc-patches/2021-March/566529.html * [Patch] OpenMP: Fix combined-target handling for lastprivate/reduction/linear [PR99