Re: [committed] Add scan support for OpenMP worksharing loops

2019-07-04 Thread Christophe Lyon
On Thu, 4 Jul 2019 at 12:29, Jakub Jelinek wrote: > > On Thu, Jul 04, 2019 at 12:28:12PM +0200, Christophe Lyon wrote: > > This patch leads to new failures on arm: > > FAIL: c-c++-common/gomp/scan-3.c (internal compiler error) > > FAIL: c-c++-common/gomp/scan-5.c (internal compiler error) > > PR91

Re: [committed] Add scan support for OpenMP worksharing loops

2019-07-04 Thread Jakub Jelinek
On Thu, Jul 04, 2019 at 12:28:12PM +0200, Christophe Lyon wrote: > This patch leads to new failures on arm: > FAIL: c-c++-common/gomp/scan-3.c (internal compiler error) > FAIL: c-c++-common/gomp/scan-5.c (internal compiler error) PR91074, already fixed? Jakub

Re: [committed] Add scan support for OpenMP worksharing loops

2019-07-04 Thread Christophe Lyon
On Wed, 3 Jul 2019 at 07:11, Jakub Jelinek wrote: > > Hi! > > The following patch implements roughly the > https://gcc.gnu.org/ml/gcc-patches/2019-06/msg01330.html > design for worksharing loops (so far not for composite for simd, that will > be the next larger task). > > Bootstrapped/regtested on