https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79399
--- Comment #14 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Tue May 30 07:57:10 2017 New Revision: 248641 URL: https://gcc.gnu.org/viewcvs?rev=248641&root=gcc&view=rev Log: Backported from mainline 2017-02-07 Jakub Jelinek <ja...@redhat.com> Richard Biener <rguent...@suse.de> PR middle-end/79399 * ira-int.h (struct target_ira_int): Change x_max_struct_costs_size type from int to size_t. * ira-costs.c (struct_costs_size): Change type from int to size_t. Modified: branches/gcc-5-branch/gcc/ChangeLog branches/gcc-5-branch/gcc/ira-costs.c branches/gcc-5-branch/gcc/ira-int.h