Re: [PTX] fix worker propagation ICE

2017-01-10 Thread Thomas Schwinge
Hi! On Wed, 3 Aug 2016 13:30:10 -0400, Nathan Sidwell wrote: > The PTX backend could ice when generating a state propagation sequence > entering > partitioned execution. [...] To fix the same problem, applying the same changes, committed the following to gcc-6-branch in r244261: commit 71f5a

Re: [PTX] fix worker propagation ICE

2016-08-04 Thread Thomas Schwinge
Hi! On Wed, 3 Aug 2016 13:30:10 -0400, Nathan Sidwell wrote: > --- libgomp/testsuite/libgomp.oacc-c-c++-common/crash-1.c (nonexistent) > +++ libgomp/testsuite/libgomp.oacc-c-c++-common/crash-1.c (working copy) > @@ -0,0 +1,28 @@ > +/* { dg-do compile } */ > +/* { dg-options "-O0" } */ Of