Re: Small fold-const.c / match.pd tweaks

2015-05-18 Thread Richard Biener
On Fri, May 15, 2015 at 12:52 PM, Marc Glisse wrote: > Hello, > > these are just a few tweaks / clean-ups. The 'ord' pattern is the dual of > the 'unord' one I added last month. The tree_unary_nonnegative_warnv_p > change should have no effect (it is only used from VRP which does not handle > vect

Small fold-const.c / match.pd tweaks

2015-05-15 Thread Marc Glisse
Hello, these are just a few tweaks / clean-ups. The 'ord' pattern is the dual of the 'unord' one I added last month. The tree_unary_nonnegative_warnv_p change should have no effect (it is only used from VRP which does not handle vectors (yet?)) but it seems right to handle vectors like scalars