Re: [PR71478] Fix ICE in tree-ssa-reassoc.c

2016-06-13 Thread Jakub Jelinek
On Fri, Jun 10, 2016 at 01:34:07PM +0200, Richard Biener wrote: > On Fri, Jun 10, 2016 at 4:19 AM, kugan > wrote: > > Hi, > > > > In PR71478, for vector negation of ssa produced by call stmt, we add vector > > (-1) and ssa to the ops list. However, in the place

Re: [PR71478] Fix ICE in tree-ssa-reassoc.c

2016-06-10 Thread Richard Biener
On Fri, Jun 10, 2016 at 4:19 AM, kugan wrote: > Hi, > > In PR71478, for vector negation of ssa produced by call stmt, we add vector > (-1) and ssa to the ops list. However, in the place where we remove the (-1) > from ops list, we failed to do this for vector

[PR71478] Fix ICE in tree-ssa-reassoc.c

2016-06-09 Thread kugan
Hi, In PR71478, for vector negation of ssa produced by call stmt, we add vector (-1) and ssa to the ops list. However, in the place where we remove the (-1) from ops list, we failed to do this for vector integer. As a result, rewrite_expr_tree wrongly assumes that it is working with