From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5CA2A3858D33; Mon, 5 Feb 2024 23:59:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5CA2A3858D33 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707177576; bh=RdpXdHqtZJx7t7BGtlF9yOYdPp/GqDlDjiOwUE3uQOY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=jfpPKKYE9zlTJAftg1UXmaMmVPdIUfPzu8gNb+A4uMOxDSuYNKCBUBAd112qBkx4j QG2xA/YZZOqLq/jmdrdoC+qCZQqHeG4SaX1nJ9vQMzcyU4U9NmJCp/INgMAk7sVO4m 6JDf+RiYBYJlk3Mpy0jrNoonOv7bULk3xIlKkOY8= From: "sergio at serjux dot com" 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: Mon, 05 Feb 2024 23:59:34 +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: sergio at serjux dot com 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: cc 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 S=C3=A9rgio Basto changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sergio at serjux dot com --- Comment #5 from S=C3=A9rgio Basto --- (In reply to Matthias Klose from comment #0) > seen with trunk 20240101 on x86_64-linux-gnu, building the mlt package. It > claims to be not reproducible, but always fails to build. I notice that mlt just fail to build on x86_64 https://koji.fedoraproject.org/koji/taskinfo?taskID=3D112893731 HTH=