From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 3C4DB386C599; Thu, 21 Dec 2023 16:50:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3C4DB386C599 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1703177411; bh=uDJ3TmrWjeM1pLPo1191ncMNQQhaQlJvZJLE1Wjubas=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Soh+oQyhoFPxXBb1ViU957m9WeQamqfVUR98U/R8L4/zYYQuHLUibZI4lr4H01Rl4 xOxvb2vmXbddVdNRL6CyfS35oNmPKZXPm1VesRkJ91TT+U27QqpToj8buMnj4+sc22 E6dij9odshf2JMKb6Eyp08JfJNiB3nQ+1dBNvtD8= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug tree-optimization/112941] during GIMPLE pass: bitintlower ICE: in handle_operand_addr, at gimple-lower-bitint.cc:2126 (gimple-lower-bitint.cc:2134) at -O with _BitInt() Date: Thu, 21 Dec 2023 16:50:10 +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=3D112941 --- Comment #11 from Jakub Jelinek --- Created attachment 56920 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D56920&action=3Dedit gcc14-pr112941-thunk.patch Untested patch for the #c6 ICE.=