Commit b88990be by Jakub Jelinek Committed by Jakub Jelinek

re PR debug/70628 (ICE in get_reg_rtx, at emit-rtl.c:1025)

	PR debug/70628
	* explow.c (convert_memory_address_addr_space_1): Formatting fix.

From-SVN: r234937
parent 042c8364
2016-04-13 Jakub Jelinek <jakub@redhat.com>
PR debug/70628
* explow.c (convert_memory_address_addr_space_1): Formatting fix.
PR middle-end/70633
* gimplify.c (gimplify_init_constructor): Clear TREE_STATIC if
gimplification turns some element into non-constant.
......
......@@ -343,9 +343,9 @@ convert_memory_address_addr_space_1 (machine_mode to_mode ATTRIBUTE_UNUSED,
{
temp = convert_memory_address_addr_space_1 (to_mode, XEXP (x, 0),
as, in_const, no_emit);
return temp ? gen_rtx_fmt_ee (GET_CODE (x), to_mode,
return (temp ? gen_rtx_fmt_ee (GET_CODE (x), to_mode,
temp, XEXP (x, 1))
: temp;
: temp);
}
break;
......
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