From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9A7C43834373; Wed, 14 Dec 2022 08:47:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9A7C43834373 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1671007674; bh=aOOfC9DMT1Uv51zWU+qfVK1GMnfQUvnI0LW/fNqrWBc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gsS+A/FLsBlcT/u1VIqGy8X66uC8Wuzxs4UUdtT0HD+R0nCEpxTveKvRHU/6vo1n7 OzfYGoVtEqVWdMPpv6wtAEwfJraU7qWzV5NzijD3G7+psiObsQLcraz2CWWHpXDZ1H l4HaCOaZoGMszBGYiczt0EGum5DbdJcNfQQUQU/k= From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/108086] internal compiler error: in set_accesses, at rtl-ssa/internals.inl:449 Date: Wed, 14 Dec 2022 08:47:54 +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: 12.2.0 X-Bugzilla-Keywords: compile-time-hog, needs-reduction 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=3D108086 --- Comment #5 from Richard Biener --- Ick. gcc/rtl-ssa/insns.h: unsigned int m_num_defs : 16; (gdb) p num_defs $1 =3D 86149 (gdb) p m_num_defs $2 =3D 20613 (gdb) p m_rtl $3 =3D (rtx_insn *) 0x0 (gdb) p is_phi () $4 =3D false (gdb) p is_bb_head () $5 =3D false (gdb) p is_artificial () $7 =3D true m_bb is for ENTRY and for some reason that has a very big live-out bitmap?! There might be a conservative way to handle this and not blow up where it does right now?=