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
> -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
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
> -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
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
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