]> gcc.gnu.org Git - gcc.git/commit
AArch64: Fix bootstrap failure due to dump_printf_loc format attribute uses [PR106782]
authorTamar Christina <tamar.christina@arm.com>
Thu, 1 Sep 2022 21:04:57 +0000 (22:04 +0100)
committerTamar Christina <tamar.christina@arm.com>
Fri, 2 Sep 2022 08:23:11 +0000 (09:23 +0100)
commite69134e12551a4289292e3955525f84d99773d31
treeb0782d5837c0bb663c57c7545dd5db7c2be6fa57
parenta114570e360b1a185b92eab76cf255cb23c928a8
AArch64: Fix bootstrap failure due to dump_printf_loc format attribute uses [PR106782]

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.

(cherry picked from commit b98c5262d02c13cdbbf3b985859b436adec94d90)
gcc/config/aarch64/aarch64.cc
This page took 0.059597 seconds and 6 git commands to generate.