Re: [PATCH] Fix PR60849

2014-04-17 Thread Richard Biener
On Thu, 17 Apr 2014, Marc Glisse wrote: > On Thu, 17 Apr 2014, Richard Biener wrote: > > > This fixes PR60849 by properly rejecting non-boolean typed > > comparisons from valid_gimple_rhs_p so they go through the > > gimplification paths. > > Could you also accept vector comparisons please? Sur

Re: [PATCH] Fix PR60849

2014-04-17 Thread Marc Glisse
On Thu, 17 Apr 2014, Richard Biener wrote: This fixes PR60849 by properly rejecting non-boolean typed comparisons from valid_gimple_rhs_p so they go through the gimplification paths. Could you also accept vector comparisons please? -- Marc Glisse

[PATCH] Fix PR60849

2014-04-17 Thread Richard Biener
This fixes PR60849 by properly rejecting non-boolean typed comparisons from valid_gimple_rhs_p so they go through the gimplification paths. Bootstrapped and tested on x86_64-unknown-linux-gnu, applied to trunk. Richard. 2014-04-16 Richard Biener PR middle-end/60849 * tree-ss