Re: [committed] openmp: Add support for 2 argument num_teams clause

2021-11-13 Thread H.J. Lu via Gcc-patches
On Thu, Nov 11, 2021 at 1:12 AM Jakub Jelinek via Gcc-patches wrote: > > Hi! > > In OpenMP 5.1, num_teams clause can accept either one expression as before, > but it in that case changed meaning, rather than create <= expression > teams it is now create == expression teams. Or it accepts two expr

[committed] openmp: Add support for 2 argument num_teams clause

2021-11-11 Thread Jakub Jelinek via Gcc-patches
Hi! In OpenMP 5.1, num_teams clause can accept either one expression as before, but it in that case changed meaning, rather than create <= expression teams it is now create == expression teams. Or it accepts two expressions separated by :, with the meaning that the first is low bound and second u