On Sat, 18 Jan 2025 at 13:59, Guenter Roeck <linux@xxxxxxxxxxxx> wrote: > > I am not sure what to do here. That kind of problem seems difficult > to avoid, and I am sure we will hit it again elsewhere. Should I declare > gcc 13.x off limits for parisc builds ? No, I'm sure it can happen on other architectures too. I think the only thing that makes parisc trigger this is that its WARN_ON() is slightly different from others, and uses the "__ret_warn_on" a few more times, and that just happens to make the compiler decide to simplify all those tests. Or something like that. Linus