From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 973A43858D1E; Mon, 6 Feb 2023 12:11:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 973A43858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1675685462; bh=zVIhUpt1uO5o8ID8Bk0TnZNVbqWkWryz8dVtITiRMBw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=w4Oe137/qYxtC0eUA99McgWoHKbI9SHHeK3JU8Haw4mih2ieN7swmRXHK0S1RJMQB gjdLGrZD17uBVqmwTR6wAqZt7RzT8rXjtBqnZ71zEc0kvP8O16Z162YJ5AVSM7shAs ckrmyjULzEBMhNnyn1bhaWlfxtV/3UFnB0HOuf7I= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/106912] [13 Regression] ICE in vect_transform_loops, at tree-vectorizer.cc:1032 since r13-1575-gcf3a120084e94614 Date: Mon, 06 Feb 2023 12:11:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: tree-optimization X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D106912 --- Comment #9 from Jakub Jelinek --- (In reply to Andrew Pinski from comment #8) > I think PR 106433 is the same exact issue. It is not. The PR106433 patch doesn't fix this, the bug there is late set_const_flag, while in this case it is an early one.=