From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 64EDB38582BB; Wed, 7 Feb 2024 22:19:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 64EDB38582BB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707344373; bh=ev8S5M2/ZfRUVfoTzp0GVibrOflKcxTTrZBbCQTqco8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bFpONWdlTd5fOY0UlpUjn6w9TaJ83upImvFW3NpIKEYWsIimE2msZMgBWvTzeZXV9 cNPPJUjDNQ9nJKtVpyjJRimTgmhDv6D9vDc2e3BkrOVLsoevOAj6R3kQAKF5VyEtSQ bEol40an3ua7oU3q0zJTWubZrwd3PEF91DVDe+Kw= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/113205] [14 Regression] internal compiler error: in backward_pass, at tree-vect-slp.cc:5346 since r14-3220 Date: Wed, 07 Feb 2024 22:19:32 +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 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: 14.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=3D113205 --- Comment #7 from Jakub Jelinek --- -fno-tree-slp-vectorize, either on the command line for the affected compilation unit or __attribute__((optimize ("no-tree-slp-vectorize"))) on = the problematic routine.=