From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 01D5A38582BB; Tue, 26 Mar 2024 10:48:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 01D5A38582BB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1711450125; bh=lisscnzLUCotqc2JzijlG8J84zLhL5H0wHPfNhEaRXA=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bpMgKEzC0AZRB9B5DfrkUirDDQn8t2apiSgwOB4XmIA82Vumsh2O8NVnjTg8/GEAr u2pP3SXOVkLhwXIpBt0hI3M0uRlFwzRoyhwcs1EJHkFyWQ/RkfHsRCA413d2mYgbI2 e1ol1dh5vTTDRHYi7dHYfarT6cEdblX930qrLBAk= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/113390] [14 Regression] ICE: in model_update_limit_points_in_group, at haifa-sched.cc:1986 with -O2 --param=max-sched-region-insns=200 --param=max-sched-extend-regions-iters=2 Date: Tue, 26 Mar 2024 10:48:44 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization 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: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc priority 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=3D113390 Richard Biener changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rsandifo at gcc dot gnu.org Priority|P1 |P2 --- Comment #5 from Richard Biener --- P2, mostly because it's an uncovered latent issue and because it needs two --param specifiers and plus we didn't hit this in real-world code. Now, Richard Sandiford wrote the function we ICE in, so he might know what's going on here.=