Re: [Qemu-devel] [PATCH 0/4] tcg: Remove unreachable code

2018-11-28 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Message-id: 20181126230450.672-1-richard.hender...@linaro.org Subject: [Qemu-devel] [PATCH 0/4] tcg: Remove unreachable code Type: series === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [PATCH 0/4] tcg: Remove unreachable code

2018-11-26 Thread Richard Henderson
I've been meaning to add a trivial cleanup pass like this for some time. There have occasionally been instaces within front ends wherein we want to raise an invalid operand exception (or some such) deep within a set of subroutines. And without a longjmp (or some such) back to the top level of the