Re: [PATCH] Fixing PR60656

2014-04-04 Thread Jeff Law
On 03/28/14 19:26, Cong Hou wrote: This patch is fixing PR60656. Elements in a vector with vect_used_by_reduction property cannot be reordered if the use chain with this property does not have the same operation. Bootstrapped and tested on a x86-64 machine. OK for trunk? thanks, Cong diff -

Re: [PATCH] Fixing PR60656

2014-03-31 Thread Richard Biener
On Sat, Mar 29, 2014 at 2:26 AM, Cong Hou wrote: > This patch is fixing PR60656. Elements in a vector with > vect_used_by_reduction property cannot be reordered if the use chain > with this property does not have the same operation. > > Bootstrapped and tested on a x86-64 machine. > > OK for trunk