qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 09/16] tcg/i386: Add vector operations


From: Alex Bennée
Subject: Re: [Qemu-devel] [PATCH v2 09/16] tcg/i386: Add vector operations
Date: Thu, 14 Sep 2017 17:20:16 +0100
User-agent: mu4e 0.9.19; emacs 25.2.50.3

Richard Henderson <address@hidden> writes:

> Signed-off-by: Richard Henderson <address@hidden>
> ---
>  tcg/i386/tcg-target.h     |  46 ++++-
>  tcg/i386/tcg-target.inc.c | 438 
> +++++++++++++++++++++++++++++++++++++++++-----
>  2 files changed, 438 insertions(+), 46 deletions(-)

My compiler doesn't like you ;-)

In file included from /home/alex/lsrc/qemu/qemu.git/tcg/tcg.c:254:0:
/home/alex/lsrc/qemu/qemu.git/tcg/tcg.c: In function ‘tcg_gen_code’:
/home/alex/lsrc/qemu/qemu.git/tcg/i386/tcg-target.inc.c:2494:13: error: ‘c’ may 
be used uninitialized in this function [-Werror=maybe-uninitialized]
             tcg_out_modrm(s, c, a0, a1);
             ^
In file included from /home/alex/lsrc/qemu/qemu.git/tcg/tcg.c:254:0:
/home/alex/lsrc/qemu/qemu.git/tcg/i386/tcg-target.inc.c:2035:9: note: ‘c’ was 
declared here
     int c, const_a2, vexop, rexw = 0;
         ^
cc1: all warnings being treated as errors

--
Alex Bennée



reply via email to

[Prev in Thread] Current Thread [Next in Thread]