Re: [PATCH] V11 patch #1 of 15, Fix bug in vec_extract

2019-12-22 Thread Segher Boessenkool
Hi! On Fri, Dec 20, 2019 at 06:24:57PM -0500, Michael Meissner wrote: > This patch fixes the bug pointed out in the V10 patch review that the code > modified an input argument to vector extract with a variable element number. Great, thanks. > With this patch applied, the compiler will signal an

[PATCH] V11 patch #1 of 15, Fix bug in vec_extract

2019-12-20 Thread Michael Meissner
This patch fixes the bug pointed out in the V10 patch review that the code modified an input argument to vector extract with a variable element number. I also added two gcc_asserts to the vector extract address code to signal an internal error if the temporary base register was used for two differ