From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 2A084385840E; Thu, 22 Feb 2024 12:06:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2A084385840E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708603596; bh=535md99uS9uAuu0W9ruCRiOardQjkSDDxS957hSPMjY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=er1rIpa10Hr/zy8182BG9uyAs7putNesuKCAYjDUp3ghuj6oVSH5JXY6+wehoWx4I Ds0bnLL2473GXCaPHBoZLv6YdO26L2f0FZT1N1kGpROgOtrBr1ujLJohJzjT2qFefN 2Rr0+NZZADrnMkqJyWalD1t5bhoQ+ZzNQ5ER3bfs= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/114044] ICE: in expand_fn_using_insn, at internal-fn.cc:208 with _BitInt() and -O -fno-tree-dce Date: Thu, 22 Feb 2024 12:06:35 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: rguenth at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- 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=3D114044 --- Comment #2 from Richard Biener --- Only DCE removes these kind of stmts. RTL expansion needs to be forgiving = here but I guess it's bitint lowering failing to catch this call.=