You are right, this seems indeed to be a kernel bug. The ICE occurs when gcc (15.1.0) is compiled with --enable-checking=misc (which is included in --enable-checking=all).
I also simplified the file that produces the ICE to three statements (see attachment). On Wed, May 21, 2025 at 07:56:00PM +0200, Matthias Klose wrote: > - please check with the current upstream branch. > > - please check with the same configure options and build > targets as found in Debian. Thanks for your suggestions. Ingo -- const_cast<long double>(Λ)
extern const struct seq_operations cpuinfo_op; struct seq_operations { int start; }; const struct seq_operations cpuinfo_op;