qemu-e2k/target/m68k
Richard Henderson 5cbc611107 target/m68k: Fix build Werror with gcc 8.0.1
Fedora 28 ships with the released gcc 8.

The Werror stems from the compiler finding a path through the second
switch via a missing default case in which src1 is uninitialized, and
not being able to prove that the missing default case is unreachable
due to the first switch.

Simplify the second switch to merge default with OS_LONG,
which returns directly.  This removes the unreachable path.

Cc: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-id: 20180508185520.23757-1-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2018-05-11 11:12:02 +01:00
..
cpu-qom.h
cpu.c
cpu.h cpu: get rid of unused cpu_init() defines 2018-03-19 14:10:36 -03:00
fpu_helper.c target/m68k: implement fcosh 2018-03-13 16:35:05 +01:00
gdbstub.c
helper.c
helper.h target/m68k: implement fcosh 2018-03-13 16:35:05 +01:00
m68k-semi.c
Makefile.objs
monitor.c
op_helper.c m68k: fix exception stack frame for 68000 2018-04-15 11:37:58 +02:00
qregs.def
softfloat_fpsp_tables.h
softfloat.c m68k: remove dead code (Coverity CID1390617) 2018-05-01 15:37:20 +02:00
softfloat.h target/m68k: implement fcosh 2018-03-13 16:35:05 +01:00
translate.c target/m68k: Fix build Werror with gcc 8.0.1 2018-05-11 11:12:02 +01:00