Commit 6a8b1408 by Jakub Jelinek Committed by Jakub Jelinek

re PR target/79462 (sh: Stack smashing detected when building __ashrdi3 in libgcc)

	PR target/79462
	* config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].

From-SVN: r245421
parent 73424a09
2017-02-14 Jakub Jelinek <jakub@redhat.com>
PR target/79462
* config/sh/sh.c (expand_cbranchdi4): Don't clear operands[4].
PR tree-optimization/79408
* tree-vrp.c (simplify_div_or_mod_using_ranges): Handle also the
case when on TRUNC_MOD_EXPR op0 is INTEGER_CST.
......
......@@ -2152,7 +2152,6 @@ expand_cbranchdi4 (rtx *operands, enum rtx_code comparison)
}
operands[1] = op1h;
operands[2] = op2h;
operands[4] = NULL_RTX;
if (msw_taken != LAST_AND_UNUSED_RTX_CODE)
expand_cbranchsi4 (operands, msw_taken, msw_taken_prob);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment