Andrew Cagney writes:
> > {
> > - int where[NUM_REGS];
> > + int where[NUM_REGS + NUM_PSEUDO_REGS];
> >
> BTW, that needs to be:
>
>
> int *where = alloca (....);
>
> as the above is a GCCism :-(.
>
> Andrew
>
>
Ah! Thanks.
Will fix asap.
Elena