Re: [PATCH] parloops exit phi fixes

2015-07-16 Thread Richard Biener
On Mon, Jun 22, 2015 at 7:59 PM, Tom de Vries wrote: > Hi, > > the gomp-4_0-branch contains the kernels oacc pass group. I've run into > trouble before with this pass group due to the fact that it uses passes in > an unusual location or order (pass_lim before pass_stdarg, > https://gcc.gnu.org/ml/

[PATCH] parloops exit phi fixes

2015-06-22 Thread Tom de Vries
Hi, the gomp-4_0-branch contains the kernels oacc pass group. I've run into trouble before with this pass group due to the fact that it uses passes in an unusual location or order (pass_lim before pass_stdarg, https://gcc.gnu.org/ml/gcc/2015-01/msg00282.html ). In an attempt to find this sor