gengtype: Use HOST_SIZE_T_PRINT_UNSIGNED in another spot
commitf3306a9455f4d2556ba941e5783c94d4bede3b58
authorJakub Jelinek <jakub@redhat.com>
Mon, 12 Feb 2024 17:52:01 +0000 (12 18:52 +0100)
committerJakub Jelinek <jakub@redhat.com>
Mon, 12 Feb 2024 17:52:01 +0000 (12 18:52 +0100)
tree77d05a5e628b18fdab9eb32c5eee654f9a2f1ad8
parent76fb83559dc85d9a6de92c0505cf5c4dfa698430
gengtype: Use HOST_SIZE_T_PRINT_UNSIGNED in another spot

This patch depends on the libiberty/vprintf-support.c change.

2024-02-12  Jakub Jelinek  <jakub@redhat.com>

* gengtype.cc (adjust_field_rtx_def): Use HOST_SIZE_T_PRINT_UNSIGNED
and cast to fmt_size_t instead of %lu and cast to unsigned long.
gcc/gengtype.cc