[commit, spu] Unbreak SPU build (Re: Allow gc roots to be structures with array fields)

Richard Sandiford rdsandiford@googlemail.com
Tue Jul 13 19:37:00 GMT 2010


"Ulrich Weigand" <uweigand@de.ibm.com> writes:
> Richard Sandiford wrote:
>
>> The patch also errors for array fields in an array of structures,
>> which are in general too complex to handle with a single count and
>> stride.
>
> This breaks spu builds as the new error catches the spu_builtin_description
> data type in spu.h.

Sorry the breakage.  I see it triggered for the parm[] array, which isn't
garbage-collected, so the error's obviously too eager.  I'll try to make
it only trigger for garbage-collected fields.

Richard



More information about the Gcc-patches mailing list