On Tue, Jun 19, 2018 at 10:45:59AM +0000, Segher Boessenkool wrote: > The existing code allows only 4 vectors worth of ieee128 homogeneous > aggregates, but it should be 8. This happens because at one spot it > is mistakenly qualified as being passed in floating point registers. > > This patch fixes it and makes the code easier to read. Committing to > trunk; needs backports too.
Backported to 8 now. Segher