Re: [PATCH] Fix PR69352

2016-01-19 Thread Richard Biener
On Tue, 19 Jan 2016, Richard Biener wrote: > > The following should fix PR69352 where hash collisions make > equal_mem_array_ref_p get refs it wasn't supposed to compare > and will not compare correctly (those with variable indices). > > Profiledbootstrap and testing running on x86_64-unknown-li

[PATCH] Fix PR69352

2016-01-19 Thread Richard Biener
The following should fix PR69352 where hash collisions make equal_mem_array_ref_p get refs it wasn't supposed to compare and will not compare correctly (those with variable indices). Profiledbootstrap and testing running on x86_64-unknown-linux-gnu. Richard. 2016-01-19 Richard Biener