[Bug target/112411] ICE: SIGSEGV with --param=min-nondebug-insn-uid=2147483647 on powerpc64le-unknown-linux-gnu
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Dec 6 17:47:50 GMT 2023
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).
More information about the Gcc-bugs
mailing list