Re: question about gtype-desc.c

2014-02-04 Thread Basile Starynkevitch
On Tue, 2014-02-04 at 23:07 +, Iyer, Balaji V wrote: > > > -Original Message- > > From: Jakub Jelinek [mailto:ja...@redhat.com] > > Sent: Tuesday, February 4, 2014 5:36 PM > > To: Iyer, Balaji V > > Cc: gcc@gcc.gnu.org > > Subject: Re: question

RE: question about gtype-desc.c

2014-02-04 Thread Iyer, Balaji V
> -Original Message- > From: Jakub Jelinek [mailto:ja...@redhat.com] > Sent: Tuesday, February 4, 2014 5:36 PM > To: Iyer, Balaji V > Cc: gcc@gcc.gnu.org > Subject: Re: question about gtype-desc.c > > On Tue, Feb 04, 2014 at 10:26:20PM +, Iyer, Balaji V wro

Re: question about gtype-desc.c

2014-02-04 Thread Jakub Jelinek
On Tue, Feb 04, 2014 at 10:26:20PM +, Iyer, Balaji V wrote: > > > gtype-desc.c:8176: error: âstruct gimple_omp_for_iterâ has no member > > > named âloop_countâ > > > gtype-desc.c:8178: error: âstruct gimple_omp_for_iterâ has no member > > > named âgrainâ > > > > > > These files are in the build

RE: question about gtype-desc.c

2014-02-04 Thread Iyer, Balaji V
> -Original Message- > From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On Behalf Of > Jakub Jelinek > Sent: Tuesday, February 4, 2014 5:23 PM > To: Iyer, Balaji V > Cc: gcc@gcc.gnu.org > Subject: Re: question about gtype-desc.c > > On Tue, Feb 0

Re: question about gtype-desc.c

2014-02-04 Thread Jakub Jelinek
On Tue, Feb 04, 2014 at 10:12:13PM +, Iyer, Balaji V wrote: > Hello Jakub, > I think I have found a fix to _Cilk_for to be structured the way you > requested. I am currently trying to clean up my code so that I can send you a > patch. > > Now, I am trying to remove the 2 fields I

question about gtype-desc.c

2014-02-04 Thread Iyer, Balaji V
Hello Jakub, I think I have found a fix to _Cilk_for to be structured the way you requested. I am currently trying to clean up my code so that I can send you a patch. Now, I am trying to remove the 2 fields I put in gimple_omp_for_iter: loop_count and grain. But, it is giving th