[PATCH] Fix Tree-SRA bug with array slices

Eric Botcazou ebotcazou@adacore.com
Mon Jun 26 23:06:00 GMT 2006


> 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



More information about the Gcc-patches mailing list