https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118373
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2025-01-09 Status|UNCONFIRMED |WAITING Keywords| |wrong-code --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Since you are using buildroot to do the build. You might want to ask them too. Also is the kernel panic random or is it the same all the time? If it is the same all the time, what is the panic? It might be useful to disassamble around where the panic is located. Maybe a bad instruction is being executed. That is the kernel was not built for a generic CPU and is executing on a different kind of cpu that is specified from the compiler options. Provide the full build log of the kernel with `V=1` since that is 100% important to get how gcc is being invoked.