Fix unsigned type overflow in memory report.
authorMartin Liska <mliska@suse.cz>
Tue, 29 Oct 2019 08:45:06 +0000 (09:45 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 29 Oct 2019 08:45:06 +0000 (08:45 +0000)
commit50a2d3be7bf473c7590f77350fadf3471427ce09
tree1535cbd21da96dd65bfd76e013d9b46a237393d2
parent3518424d4bf6a9654c7fea7f046ed839e888b1d6
Fix unsigned type overflow in memory report.

2019-10-29  Martin Liska  <mliska@suse.cz>

* ggc-common.c: One can't subtract unsigned types
in compare function.

From-SVN: r277560
gcc/ChangeLog
gcc/ggc-common.c