Re: [PATCH] Fix PR tree-optimization/71077

2016-05-31 Thread Richard Biener
On Mon, May 30, 2016 at 9:50 PM, Patrick Palka wrote: > In this PR the function simplify_control_stmt_condition_1(), which is > responsible for recursing into the operands of a GIMPLE_COND during jump > threading to check for dominating ASSERT_EXPRs, was erroneously > returning a VECTOR_CST when i

[PATCH] Fix PR tree-optimization/71077

2016-05-30 Thread Patrick Palka
In this PR the function simplify_control_stmt_condition_1(), which is responsible for recursing into the operands of a GIMPLE_COND during jump threading to check for dominating ASSERT_EXPRs, was erroneously returning a VECTOR_CST when it should instead be returning an INTEGER_CST. The problem is t