From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6BD433858C5F; Wed, 7 Feb 2024 22:19:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6BD433858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707344374; bh=2TfTStPVZlvoMCaOKI4MsYn5WkxVMigGlxYLy1y6dKw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=MYsrKW5FL5mr3uUYYVQ1R0JxMTl+tV5VfLk6KYCK8jnQAIX7YHQJP7Fvm38pfE8l8 t+dbGftN+4eEvk72qg3VieqXOhx0qLeRrE+bnoBfn3bvne6ioWeO524qtYYhjwkmgt YsF58MOy1BHKEWO52IiwhUftm/jbuI0LHjkwhdhY= From: "pinskia 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: pinskia 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. --- Comment #8 from Andrew Pinski --- (In reply to S=C3=A9rgio Basto from comment #6) > and any workaround to build mlt on x86_64 ,exist ?=20 >=20 > I tried disable lto, hardening and also disable strict symbols (-Wl,-z,de= fs > ) and still not build neither in koji nor in my machine `-fno-tree-slp-vectorize` should work around it ... but that only works around the issue on the trunk which will be fixed by the time release happens.=