https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112411
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aoliva at gcc dot gnu.org --- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> --- I think setting -param=min-nondebug-insn-uid=2147483647 will cause the debug insn uid to eventually overflow which is an unwanted condition that maybe isn't checked for. Alex, do you remember why this param exists? Can we simply remove it? Should we apply a sane range to the allowed values?