Re: [patch] Fix PR middle-end/85496

2018-04-23 Thread Richard Biener
On Mon, Apr 23, 2018 at 1:24 PM, Eric Botcazou wrote: > Hi, > > this is a regression present on all the active branches for targets that > return values in registers using PARALLELs, when optimization is enabled. > store_field changes the mode of a temporary to ensure that it can be used to > crea

[patch] Fix PR middle-end/85496

2018-04-23 Thread Eric Botcazou
Hi, this is a regression present on all the active branches for targets that return values in registers using PARALLELs, when optimization is enabled. store_field changes the mode of a temporary to ensure that it can be used to create a register, leading to a mode mismatch downstream, but that's