From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4FE9A385842B; Thu, 21 Dec 2023 14:18:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4FE9A385842B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703168335; bh=8fYBWB1O57GBuF/qYz+4bvedKMyvsrl25ZPdIzthRHg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=l+tOcT7fhzpd4zhGziIDul1PSmax4YnxOo5anc42S4njJzlgS/jQKolHg2Sgqmnls K5dFJfQ9i47qesX69josXJy4jFFs0uzDVIMgTsL2IhG5P+oVBVLoG2FK2CuELvRtvS 056zzVvMTVmlzi3+GKSBDCkxXAfJ6VeQPluqDv7c= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/113102] during GIMPLE pass: bitintlower ICE: SIGSEGV with _BitInt() at -O1 or -O2 Date: Thu, 21 Dec 2023 14:18:54 +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: 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: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D113102 --- Comment #3 from Jakub Jelinek --- Created attachment 56919 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56919&action=3Dedit gcc14-pr113102-2.patch So far only lightly tested patch for the #c1 issue.=