From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 678FD3857C4A; Wed, 6 Mar 2024 16:09:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 678FD3857C4A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709741366; bh=rDgnUx8NfFk6vLNzzWPaDqXu6g/gGnkUMIaEcdCVXd0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lGTiX1c5t+OKNrs8Mo2Z6dQRXeMpOEy3W5wmxO90/qKhsZAqlfN58Ma3k7UcScbit LQx3mESsLz/AWdmfpxybr/hSmQuCVvuJ6BjtSQ9YBGb868tqpbYf1PX2FEzq7vaReZ ng45YcNUmUR/UbV2/Hlq2PHflff1fUyxymeV8pdI= From: "rdapp at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/114196] [13/14 Regression] Fixed length vector ICE: in vect_peel_nonlinear_iv_init, at tree-vect-loop.cc:9454 Date: Wed, 06 Mar 2024 16:09:25 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code, needs-bisection X-Bugzilla-Severity: normal X-Bugzilla-Who: rdapp at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: see_also 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=3D114196 Robin Dapp changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D113163 --- Comment #2 from Robin Dapp --- To me this looks like it already came up in the context of early-break vectorization (PR113163) but is not actually dependent on it. I'm testing a patch that disables epilogue peeling also without early break.=