Re: [PATCH] Fix PR92222

2019-10-28 Thread Richard Biener
On Sat, 26 Oct 2019, Richard Sandiford wrote: > Richard Biener writes: > > We have to check each operand for being in a pattern, not just the > > first when avoiding build from scalars (we could possibly handle > > the special case of some of them being the pattern stmt root, but > > that would

Re: [PATCH] Fix PR92222

2019-10-26 Thread Richard Sandiford
Richard Biener writes: > We have to check each operand for being in a pattern, not just the > first when avoiding build from scalars (we could possibly handle > the special case of some of them being the pattern stmt root, but > that would be a followup improvement). > > Bootstrap & regtest

[PATCH] Fix PR92222

2019-10-25 Thread Richard Biener
We have to check each operand for being in a pattern, not just the first when avoiding build from scalars (we could possibly handle the special case of some of them being the pattern stmt root, but that would be a followup improvement). Bootstrap & regtest running on x86-64-unknown-linux-gnu.