This fixes the bootstrap failure on AArch64 following -Werror=format by
correcting the print format modifiers in the backend.
gcc/ChangeLog:
PR other/106782
* config/aarch64/aarch64.cc
(aarch64_vector_costs::prefer_unrolled_loop): Replace %u with
HOST_WIDE_INT_PRINT_UNSIGNED.
if (dump_enabled_p ())
dump_printf_loc (MSG_NOTE, vect_location, "Number of insns in"
- " unrolled Advanced SIMD loop = %d\n",
+ " unrolled Advanced SIMD loop = "
+ HOST_WIDE_INT_PRINT_UNSIGNED "\n",
m_unrolled_advsimd_stmts);
/* The balance here is tricky. On the one hand, we can't be sure whether