r242254 - /branches/ARM/sve-branch/gcc/cfgexpand.c
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Fri Nov 11 17:28:00 GMT 2016
Author: rsandifo
Date: Fri Nov 11 17:28:18 2016
New Revision: 242254
URL: https://gcc.gnu.org/viewcvs?rev=242254&root=gcc&view=rev
Log:
poly_int: cfgexpand stack variables
This patch changes the type of stack_var::size from HOST_WIDE_INT
to poly_uint64. The difference in signedness is because the
field was set by:
v->size = tree_to_uhwi (size);
Modified:
branches/ARM/sve-branch/gcc/cfgexpand.c
More information about the Gcc-cvs
mailing list