[Bug 1190211] qemu fails to build on armv6/7 since update to 6.1
https://bugzilla.suse.com/show_bug.cgi?id=1190211 https://bugzilla.suse.com/show_bug.cgi?id=1190211#c3 Jos� Ricardo Ziviani <jose.ziviani@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jose.ziviani@suse.com --- Comment #3 from Jos� Ricardo Ziviani <jose.ziviani@suse.com> --- Hello, this patch basically reverts the patch bellow: commit 5e8892db93f3fb6a7221f2d47f3c952a7e489737 Author: Miroslav Rezanina <mrezanin@redhat.com> Date: Fri Mar 12 13:14:18 2021 +0100 tcg: Fix prototypes for tcg_out_vec_op and tcg_out_op There are two different versions of prototype for tcg_out_op and tcg_out_vec_op functions: 1) using const TCGArg *args and const int *const_args arguments 2) using const TCGArg args[TCG_MAX_OP_ARGS] and const int const_args[TCG_MAX_OP_ARGS] aguments. This duality causes warnings on GCC 11 and prevents build using --enable-werror. As second version provides more information, unify functions prototypes to this variant. Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com> Message-Id: <20210312121418.139093-1-mrezanin@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> I see that armv7 is currently using GCC 11. So, isn't it an issue in GCC instead? Thank you! -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com