From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id AE6483858C41; Tue, 7 Nov 2023 08:37:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AE6483858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699346254; bh=/BIldHOqYyFQBBZjTDUlmT4AhBHnbrhkWtbdE5IinCg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=fiNO/O1eBDINifDZ6QHCVjQkipdf7EiAqyBMrBJXWqMxLhrEN/8IhbhuPm3jSpC9y GBWPhB9e237slrpytMkEaSVgQwZerxeHh7+B1g/sQSO8UISzSOXmriTpoK6WwE9aC/ M+gO1e6SYLz+btt1COGDY9xXaj/gtu3mMSYY0/KI= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112411] ICE: SIGSEGV with --param=min-nondebug-insn-uid=2147483647 on powerpc64le-unknown-linux-gnu Date: Tue, 07 Nov 2023 08:37:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D112411 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aoliva at gcc dot gnu.org --- Comment #1 from Richard Biener --- I think setting -param=3Dmin-nondebug-insn-uid=3D2147483647 will cause the = debug insn uid to eventually overflow which is an unwanted condition that maybe i= sn't checked for. Alex, do you remember why this param exists? Can we simply remove it? Sho= uld we apply a sane range to the allowed values?=