|
From: | Richard Henderson |
Subject: | Re: [PATCH 0/5] tcg: Restrict tcg_out_op() to arrays of TCG_MAX_OP_ARGS elements |
Date: | Mon, 11 Jan 2021 07:22:52 -1000 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 |
On 1/11/21 5:01 AM, Philippe Mathieu-Daudé wrote: > Attempt to fix the warning reported by Miroslav using GCC 10: > https://www.mail-archive.com/qemu-devel@nongnu.org/msg771520.html > > Philippe Mathieu-Daudé (5): > tcg/arm: Hoist common argument loads in tcg_out_op() > tcg/ppc: Hoist common argument loads in tcg_out_op() > tcg/s390: Hoist common argument loads in tcg_out_op() > tcg: Restrict tcg_out_op() to arrays of TCG_MAX_OP_ARGS elements > tcg: Restrict tcg_out_vec_op() to arrays of TCG_MAX_OP_ARGS elements I've been trying to figure out a cleaner way to handle these, but this is certainly ok for now, and avoids the Werror. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Will queue to tcg-next. r~
[Prev in Thread] | Current Thread | [Next in Thread] |