From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 99C623858C52; Tue, 17 Oct 2023 18:44:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 99C623858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697568276; bh=dqSgHBhyjpT89vJaxtztctlmWkfPRHyedwL/usobApc=; h=From:To:Subject:Date:In-Reply-To:References:From; b=uvLvqcduOM30LT79ia4l1gQiD0ZOIrRBnMQTC2LEoQScLD8DorJQ9GImTEUxOBwTM xxMDYzctq0NxL+mUuz3Sp3qXsrHjGQKpXBYBAnIGxHGU7H7FCg7JCZel1/w1g+HBuh stR2yRHdEuiyP/eNREvEPwrRwgCZMRQjUYNPQIj0= 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, 17 Oct 2023 18:44:36 +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: see_also 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 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D105322 --- Comment #4 from Patrick Palka --- Oops, I was only going to suggest removing the optimization pragmas either manually or by compiling with -O etc. I suspect the subsequent trees_out::insert ICE is a manifestation of PR1053= 22.. it's not seen in release builds because it's caused by a failing assert that get compiled away in release builds.=