From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D3AD03858D39; Tue, 24 Oct 2023 00:48:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D3AD03858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698108536; bh=mTUGVjNxKHKWo9pHJd6BIlXp7Ff/vVRgBdpQ+EEpnKw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=wXTF/B2J7Gm8Nb/RumHTjZ5x4bm+Msb/SjgjW3Ejag69VE5eNztrcMyRrD0Raq5zP HyWtr/6yKYUJh9NZcJa46O5Xuk24W+ekkXoWbHMKiWQeQ4/H1R/7W8CxuaR8epGZ0y 2Ez21dHESDzkO/TxzZkyUuIWd7nivXj4fWy+pcjg= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111785] [modules] ICE when compiling fmt lib as module Date: Tue, 24 Oct 2023 00:48:56 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED 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=3D111785 --- Comment #5 from Patrick Palka --- (In reply to Luis Caro Campos from comment #2) > Thanks Patrick for looking into this. I think your message got cut off? >=20 > I've removed the calls to the GCC optimize pragmas, and still get an ICE: >=20 > src/fmt.cc:71:8: internal compiler error: in insert, at cp/module.cc:4920 > 71 | export module fmt; > | ^ > 0x9a371f trees_out::insert(tree_node*, walk_kind) > ../../gcc/cp/module.cc:4920 > 0x9a6e37 trees_out::decl_node(tree_nod >=20 >=20 > This time the error references a different line of the same module.cc fil= e, > in case that is relevant. Hopefully this ICE is gone after the PR105322 fix r14-4806?=