On Sat, Sep 29, 2018 at 1:06 PM Marc Glisse <marc.gli...@inria.fr> wrote: > > Hello, > > this is a simple patch to remove the wrong-code part of PR 87319. I didn't > spend much time polishing that code, since it is meant to disappear > anyway. > > We could probably remove the inner == inner2 test in > signed_or_unsigned_type_for, I hadn't noticed when copy-pasting the code. > > bootstrap+regtest on powerpc64le-unknown-linux-gnu.
OK. Thanks, Richard. > 2018-09-30 Marc Glisse <marc.gli...@inria.fr> > > PR middle-end/87319 > * fold-const.c (fold_plusminus_mult_expr): Handle complex and vectors. > * tree.c (signed_or_unsigned_type_for): Handle complex. > > -- > Marc Glisse