tree-ssa-strlen.c (maybe_invalidate): Use HOST_WIDE_INT_PRINT_UNSIGNED instead of...
authorJakub Jelinek <jakub@redhat.com>
Wed, 16 Oct 2019 22:18:31 +0000 (00:18 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 16 Oct 2019 22:18:31 +0000 (00:18 +0200)
commite5b04038edcea3b3f65dec5bd34a0d018b45c1b1
tree3214e165c4b8f58835259aeb79e3b06513a219b2
parent3599dfbaa22b95ecabd3da9ba68ad4bb4f1124a4
tree-ssa-strlen.c (maybe_invalidate): Use HOST_WIDE_INT_PRINT_UNSIGNED instead of "%zu".

* tree-ssa-strlen.c (maybe_invalidate): Use
HOST_WIDE_INT_PRINT_UNSIGNED instead of "%zu".

From-SVN: r277083
gcc/ChangeLog
gcc/tree-ssa-strlen.c