Buiild error in i915/xe
Linus Torvalds
torvalds at linux-foundation.org
Sat Jan 18 22:04:10 UTC 2025
On Sat, 18 Jan 2025 at 13:59, Guenter Roeck <linux at roeck-us.net> 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
More information about the Intel-xe
mailing list