Re: [PATCH, Cilk+, PR57541] Additional fix for issues witn array notations

2014-06-25 Thread Jeff Law
On 06/19/14 06:30, Zamyatin, Igor wrote: On 06/16/14 14:13, Zamyatin, Igor wrote: Hi All! The patch fixes ICE in array notation for the cases of incorrect arguments of Cilk+ builtins and undeclared initial index. Is it ok for trunk and 4.9? Thanks, Igor diff --git a/gcc/c/ChangeLog b/gcc/c

RE: [PATCH, Cilk+, PR57541] Additional fix for issues witn array notations

2014-06-19 Thread Zamyatin, Igor
> On 06/16/14 14:13, Zamyatin, Igor wrote: > > Hi All! > > > > The patch fixes ICE in array notation for the cases of incorrect arguments > > of > Cilk+ builtins and undeclared initial index. > > > > Is it ok for trunk and 4.9? > > > > Thanks, > > Igor > > > > diff --git a/gcc/c/ChangeLog b/gcc/c/

Re: [PATCH, Cilk+, PR57541] Additional fix for issues witn array notations

2014-06-17 Thread Jeff Law
On 06/16/14 14:13, Zamyatin, Igor wrote: Hi All! The patch fixes ICE in array notation for the cases of incorrect arguments of Cilk+ builtins and undeclared initial index. Is it ok for trunk and 4.9? Thanks, Igor diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 54d0de7..56e1b0b 100644 --