r255928 - in /trunk/gcc: ChangeLog tree-ssaname...

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Thu Dec 21 07:02:00 GMT 2017


Author: rsandifo
Date: Thu Dec 21 07:01:59 2017
New Revision: 255928

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

This patch makes adjust_ptr_info_misalignment take the adjustment
as a poly_uint64 rather than an unsigned int.

2017-12-21  Richard Sandiford  <richard.sandiford@linaro.org>
	    Alan Hayward  <alan.hayward@arm.com>
	    David Sherwood  <david.sherwood@arm.com>

gcc/
	* tree-ssanames.h (adjust_ptr_info_misalignment): Take the increment
	as a poly_uint64 rather than an unsigned int.
	* tree-ssanames.c (adjust_ptr_info_misalignment): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-ssanames.c
    trunk/gcc/tree-ssanames.h



More information about the Gcc-cvs mailing list