* tree-ssa-strlen.c (maybe_invalidate): Use
HOST_WIDE_INT_PRINT_UNSIGNED instead of "%zu".
From-SVN: r277083
+2019-10-16 Jakub Jelinek <jakub@redhat.com>
+
+ * tree-ssa-strlen.c (maybe_invalidate): Use
+ HOST_WIDE_INT_PRINT_UNSIGNED instead of "%zu".
+
2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
Jim Wilson <jimw@sifive.com>
{
if (size && tree_fits_uhwi_p (size))
fprintf (dump_file,
- " statement may clobber string %zu long\n",
+ " statement may clobber string "
+ HOST_WIDE_INT_PRINT_UNSIGNED " long\n",
tree_to_uhwi (size));
else
fprintf (dump_file,