[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1104745: Acknowledgement (gcc-15 ICE compiling linux kernel 6.14.5 with CONFIG_RANDSTRUCT)



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;

Reply to: