Re: Linux 5.16-rc1

From: Linus Torvalds
Date: Mon Nov 15 2021 - 00:21:49 EST


On Sun, Nov 14, 2021 at 8:56 PM Guenter Roeck <linux@xxxxxxxxxxxx> wrote:
>
> With gcc 5.4, mips:mapta_defconfig
> mips-linux-gcc.br_real: error: unrecognized command line option ‘-Wimplicit-fallthrough=5’

This (and the gcc-6.x ones for sh4eb/sparc/xtensa) are already fixed
in my tree. They're all "old gcc didn't support that flag" things with
a trivial one-liner fix.

I was hoping you didn't have older gcc versions, but you clearly do ;^p

Linus