From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8D4263858D20; Mon, 19 Feb 2024 14:34:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8D4263858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1708353256; bh=lz1P3eZjfAHEMKg06Ti7dnpmm0QfVhakaf+h36zhCok=; h=From:To:Subject:Date:In-Reply-To:References:From; b=VoNmENuTU8Ibx/J//B9JB+yY01cWxQ/9x2GQWDewZVJcCbHi4OAG1CJVndWEyGi85 s1kgLlqnRMPYO4zaxnhmsyIMek7mpTTvA1nrdnWFqf0B+lBULbddUAkRUrBtYbnXSt Vg+CGzF+xkl/VO04lwwFJ4SXiMNtZQxzOENw117w= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/113988] during GIMPLE pass: bitintlower: internal compiler error: in lower_stmt, at gimple-lower-bitint.cc:5470 Date: Mon, 19 Feb 2024 14:34:16 +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: 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=3D113988 --- Comment #6 from Richard Biener --- -mstore-max=3D128 -mmove-max=3D128 avoids it and we inline the memcpy as D.5177 =3D MEM <_BitInt(512)> [(char * {ref-all})&x]; MEM <_BitInt(512)> [(char * {ref-all})digits.0] =3D D.5177; using a _BitInt(512) temporary instead.=