r256152 - in /trunk/gcc: ChangeLog expr.c

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Wed Jan 3 07:17:00 GMT 2018


Author: rsandifo
Date: Wed Jan  3 07:17:52 2018
New Revision: 256152

URL: https://gcc.gnu.org/viewcvs?rev=256152&root=gcc&view=rev
Log:
poly_int: expand_expr_real_1

This patch makes the VIEW_CONVERT_EXPR handling in expand_expr_real_1
cope with polynomial type and mode sizes.

2018-01-03  Richard Sandiford  <richard.sandiford@linaro.org>
	    Alan Hayward  <alan.hayward@arm.com>
	    David Sherwood  <david.sherwood@arm.com>

gcc/
	* expr.c (expand_expr_real_1): Use tree_to_poly_uint64
	instead of int_size_in_bytes when handling VIEW_CONVERT_EXPRs
	via stack temporaries.  Treat the mode size as polynomial too.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/expr.c



More information about the Gcc-cvs mailing list