https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112411
--- Comment #5 from Zdenek Sojka <zsojka at seznam dot cz> --- Thank you for the evaluation. I am not reporting ICEs (assertion / checking failures) due to overflows caused by extreme --param values: - this param is typically causing ICEs due to insn UID overflow - params affecting inlining or unrolling often cause ICEs due to function::last_clique wraparound (it's 16bit uint) - generally, I am trying to consider if a real-world scenario could trigger the ICE This is different, since there is no assertion or checking failure, but a segmentation fault; that is uncommon.