This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix Tree-SRA bug with array slices


> OK with minor revisions below.

Thanks for the review.

> > +static struct sra_elt *
> > +next_child_for_group (struct sra_elt *child, struct sra_elt *group)
> > +{
>
> Missing function comment.

Guess what?  There was one and I removed it. :-)

> > +    case ARRAY_RANGE_REF:
> > +      /* We can't scalarize variable array indicies.  */
>
> s/indicies/indices/

This one is yours or RTH's. :-)

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]