Re: [omp] Move NE_EXPR handling to omp_adjust_for_condition

2019-02-19 Thread Jakub Jelinek
On Fri, Feb 15, 2019 at 12:49:58PM +0100, Martin Jambor wrote: > Ping please, the issue is now PR 89302. Please add the PR line to the ChangeLog entry. > > 2019-02-01 Martin Jambor > > > > * omp-general.c (omp_extract_for_data): Removed a duplicate call > > to omp_adjust_for_condition,

Re: [omp] Move NE_EXPR handling to omp_adjust_for_condition

2019-02-15 Thread Martin Jambor
Ping please, the issue is now PR 89302. Thanks, Martin On Fri, Feb 01 2019, Martin Jambor wrote: > Hi, > > even after the two previous HSA fixes, there is still one remining > libgomp failure in the testsuite when run on an HSA-enabled APU. The > problem is that grid calculation does not work w

[omp] Move NE_EXPR handling to omp_adjust_for_condition

2019-02-01 Thread Martin Jambor
Hi, even after the two previous HSA fixes, there is still one remining libgomp failure in the testsuite when run on an HSA-enabled APU. The problem is that grid calculation does not work with NE_EXPR conditions in omp loop constructs which is now permitted in OpenMP 5. The patch below fixes it b