Re: [gomp5] Initial OpenMP 5 task reduction support

2018-09-27 Thread Jakub Jelinek
On Thu, Sep 27, 2018 at 07:38:20PM +0200, Jakub Jelinek wrote: > task-reduction-5.C testcase still fails, need to fix up passing of the > remapped original address properly even for C/C++ array reductions. Fixed thusly, committed to gomp-5_0-branch. 2018-09-27 Jakub Jelinek * omp-low.

[gomp5] Initial OpenMP 5 task reduction support

2018-09-27 Thread Jakub Jelinek
Hi! I've committed following patch to add WIP task reduction support to GCC. Right now it is only supported for task_reduction clauses on taskgroup directive and matching in_reduction clauses on task directives. When registering the reductions, the runtime allocates memory holding array of blocks