From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2333F3858D28; Sun, 25 Sep 2022 12:52:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2333F3858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664110379; bh=q6Jp1bh5CxCaKVMhieOwe1FN1TbEVTpBnPIwjZxYQNU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=X3tQ/nAoGPSOVKVW4qT9sOmy9CFqj7MfwTPL3G9GL3p7iCxBVQ3tqnhedOrXc35iR sUl4++2QZa4GCxU8ioOv3r/0RtxSQmt3YSl2m+Xpd0laOVQJbEwTzoEx75GHU6IHad Sq7Er9GwOvUzizWsp8uok6o2Ihxec419FgwZRxuc= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/107029] [13 Regression] ice during GIMPLE pass: reassoc Date: Sun, 25 Sep 2022 12:52:58 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P1 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D107029 --- Comment #1 from Jakub Jelinek --- Created attachment 53624 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53624&action=3Dedit gcc13-pr107029.patch Untested fix.=