Hay
Date
Jan. 30, 2025, 2:38 p.m.

Environment
sh

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build ARCH=sh CROSS_COMPILE=sh4-linux-gnu- 'CC=sccache sh4-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/arch/sh/math-emu/math.c:10:
/builds/linux/arch/sh/kernel/kgdb.c: In function 'kgdb_arch_handle_exception':
/builds/linux/arch/sh/kernel/kgdb.c:267:6: error: this statement may fall through [-Werror=implicit-fallthrough=]
   if (kgdb_hex2long(&ptr, &addr))
      ^
/builds/linux/arch/sh/kernel/kgdb.c:269:2: note: here
  case 'D':
  ^~~~

make --silent --keep-going --jobs=8 O=/home/tuxbuild/.cache/tuxmake/builds/2/build ARCH=sh CROSS_COMPILE=sh4-linux-gnu- 'CC=sccache sh4-linux-gnu-gcc' 'HOSTCC=sccache gcc'
In file included from /builds/linux/arch/sh/math-emu/math.c:10:
/builds/linux/arch/sh/kernel/kgdb.c: In function 'kgdb_arch_handle_exception':
/builds/linux/arch/sh/kernel/kgdb.c:267:20: error: this statement may fall through [-Werror=implicit-fallthrough=]
  267 |                 if (kgdb_hex2long(&ptr, &addr))
      |                    ^
/builds/linux/arch/sh/kernel/kgdb.c:269:9: note: here
  269 |         case 'D':
      |         ^~~~