Re: [PATCH, Cilk+] Fix for PR61962

2014-08-07 Thread Jakub Jelinek
On Thu, Aug 07, 2014 at 12:33:00PM +, Zamyatin, Igor wrote: > --- a/gcc/c-family/array-notation-common.c > +++ b/gcc/c-family/array-notation-common.c > @@ -221,11 +221,15 @@ find_rank (location_t loc, tree orig_expr, tree expr, > bool ignore_builtin_fn, > current_rank++; >

Re: [PATCH, Cilk+] Fix for PR61962

2014-08-07 Thread Richard Biener
On Thu, Aug 7, 2014 at 2:33 PM, Zamyatin, Igor wrote: >> > >> > Changelog: >> > >> > gcc/c-family: >> > >> > 2014-07-31 Igor Zamyatin >> > >> > PR other/61962 >> > * array-notation-common.c (find_rank): Added handling for other >> > types of references. >> > >> > >> > gc

RE: [PATCH, Cilk+] Fix for PR61962

2014-08-07 Thread Zamyatin, Igor
> > > > Changelog: > > > > gcc/c-family: > > > > 2014-07-31 Igor Zamyatin > > > > PR other/61962 > > * array-notation-common.c (find_rank): Added handling for other > > types of references. > > > > > > gcc/testsuite: > > > > 2014-07-31 Igor Zamyatin > > > > PR

RE: [PATCH, Cilk+] Fix for PR61962

2014-08-01 Thread Zamyatin, Igor
> > diff --git a/gcc/c-family/array-notation-common.c > > b/gcc/c-family/array-notation-common.c > > index c010039..5db14c6 100644 > > --- a/gcc/c-family/array-notation-common.c > > +++ b/gcc/c-family/array-notation-common.c > > @@ -221,7 +221,9 @@ find_rank (location_t loc, tree orig_expr, tree ex

Re: [PATCH, Cilk+] Fix for PR61962

2014-08-01 Thread Richard Biener
On Thu, Jul 31, 2014 at 9:51 PM, Zamyatin, Igor wrote: > Hi! > > This patch fixes endless compilation for the case of array notation for an > array which is a structure member > > Ok for trunk/4.9 once testing finished? > > Thanks, > Igor > > Changelog: > > gcc/c-family: > > 2014-07-31 Igor Zamy

Re: [PATCH, Cilk+] Fix for PR61962

2014-07-31 Thread Jeff Law
On 07/31/14 13:51, Zamyatin, Igor wrote: Hi! This patch fixes endless compilation for the case of array notation for an array which is a structure member Ok for trunk/4.9 once testing finished? Thanks, Igor Changelog: gcc/c-family: 2014-07-31 Igor Zamyatin PR other/61962