On Tue, Aug 04, 2020 at 02:26:45PM +0200, Tobias Burnus wrote: > Follow-up to my 'lastprivate(conditional:' patch for > a left-over problem which I kind mostly missed. > Checking the dump also shows that it now works > as expected. > > OK?
Ok, thanks. Note, we'll need to remove the warning when we properly implement the OpenMP 5.1 zero iterations lastprivate conditional semantics, because then there is a difference between conditional and non-conditional iterators that are never written in the loop. Assuming it passes 2nd voting today. Jakub