https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112411
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> --- I'm using this param all the time, but typically with low values (like 1000 or 10000 depending on how large a problematic function is). I guess enforcing a range to be [1, INT_MAX / 2] or so wouldn't hurt anything and the likelyhood of overflow in that case is low (and likelyhood of needing more than INT_MAX / 2 debug insns in one function is also low).