On Mon, Sep 04, 2023 at 06:12:18PM +0200, Philippe Mathieu-Daudé wrote: > Fix: > > target/tricore/translate.c:5016:18: warning: declaration of ‘temp’ shadows > a previous local [-Wshadow=compatible-local] > 5016 | TCGv temp = tcg_constant_i32(const9); > | ^~~~ > target/tricore/translate.c:4958:10: note: shadowed declaration is here > 4958 | TCGv temp; > | ^~~~ > > Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> > --- > target/tricore/translate.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Bastian Koppelmann <kbast...@mail.uni-paderborn.de> Cheers, Bastian