Fix integer overflow in stats of GIMPLE statements.
commit4d51df15c2c92b18b14efda1b4602e514fed6564
authormarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Jan 2018 14:47:26 +0000 (12 14:47 +0000)
committermarxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Jan 2018 14:47:26 +0000 (12 14:47 +0000)
treed74c032a2ed76fefc4ee3ce3417b5d327e3b0f01
parenta1e96c3c9faf2a8840428e37b1356eee95750901
Fix integer overflow in stats of GIMPLE statements.

2018-01-12  Martin Liska  <mliska@suse.cz>

* gimple.c (gimple_alloc_counts): Use uint64_t instead of int.
(gimple_alloc_sizes): Likewise.
(dump_gimple_statistics): Use PRIu64 in printf format.
* gimple.h: Change uint64_t to int.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@256584 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gimple.c
gcc/gimple.h