Re: [PATCH] Fix ICE in vectorizable_store ().

2016-01-19 Thread Richard Biener
On Tue, 19 Jan 2016, Kirill Yukhin wrote: > Hello Richard, > On 15 Jan 12:54, Richard Biener wrote: > > On Fri, 15 Jan 2016, Kirill Yukhin wrote: > > > > > Hello, > > > Thet patch in the bottom adds check if rhs is "useless_type_conversion_p" > > > in vectorizable_store () to avoid subsequent gcc

Re: [PATCH] Fix ICE in vectorizable_store ().

2016-01-19 Thread Kirill Yukhin
Hello Richard, On 15 Jan 12:54, Richard Biener wrote: > On Fri, 15 Jan 2016, Kirill Yukhin wrote: > > > Hello, > > Thet patch in the bottom adds check if rhs is "useless_type_conversion_p" > > in vectorizable_store () to avoid subsequent gcc_assert. > > > > This change is very similar to [1]. > >

Re: [PATCH] Fix ICE in vectorizable_store ().

2016-01-15 Thread Richard Biener
On Fri, 15 Jan 2016, Kirill Yukhin wrote: > Hello, > Thet patch in the bottom adds check if rhs is "useless_type_conversion_p" > in vectorizable_store () to avoid subsequent gcc_assert. > > This change is very similar to [1]. > > Bootstrapped & regtest in progress. > > Is it ok for main trunk i

[PATCH] Fix ICE in vectorizable_store ().

2016-01-15 Thread Kirill Yukhin
Hello, Thet patch in the bottom adds check if rhs is "useless_type_conversion_p" in vectorizable_store () to avoid subsequent gcc_assert. This change is very similar to [1]. Bootstrapped & regtest in progress. Is it ok for main trunk if regtest pass? gcc/ * tree-vect-stmts.c (vectorizab