On Wed, 23 Mar 2016, Marc Glisse wrote: > On Wed, 23 Mar 2016, Richard Biener wrote: > > > I am testing the following obvious patch to fix an ICE in reassoc. > > > > Bootstrap / regtest on x86_64-unknown-linux-gnu running. > > > > Richard. > > > > 2016-03-23 Richard Biener <rguent...@suse.de> > > > > PR tree-optimization/70372 > > * tree-ssa-reassoc.c (eliminate_plus_minus_pair): Use > > build_minus_one_cst to also handle vector types correctly. > > Are complex numbers also handled in reassoc? If so, build_all_ones_cst seems > better. I never know if integer complex are supported...
I think so, they are ANY_INTEGRAL_TYPE_P. I'll adjust accordingly. Richard.