On Tue, Feb 23, 2016 at 9:06 PM, Jakub Jelinek wrote:
> Hi!
>
> This function has changed last year to support embedded VECTOR_CSTs in the
> ctor elements. Before that change, there was no pos var and idx used to
> match exactly the indices in the new vector, but if there is any VECTOR_CST,
> it
Hi!
This function has changed last year to support embedded VECTOR_CSTs in the
ctor elements. Before that change, there was no pos var and idx used to
match exactly the indices in the new vector, but if there is any VECTOR_CST,
it will fill in more positions.
Unfortunately, the final loop which z