On 9 February 2016 at 00:01, Richard Henderson <r...@twiddle.net> wrote: > A subsequent patch patch will change the type of REG from int > to enum TCGReg, which provokes the following bug in clang: > > https://llvm.org/bugs/show_bug.cgi?id=16154 > > Signed-off-by: Richard Henderson <r...@twiddle.net> > --- > tcg/tcg.c | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-)
It turns out there's another one of these at line 1610 in check_regs(), which I didn't notice in my pre-build tests because that function is only used ifndef NDEBUG, and my clang builds both happen to be non-debug builds. It shows up in travis build logs though: https://travis-ci.org/qemu/qemu/jobs/108065058 thanks -- PMM