From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id ACFF33857732; Mon, 16 Oct 2023 19:11:51 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org ACFF33857732 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697483511; bh=03LOO7bWtDjXMB8DdHY9bIsoeX22L0Gbz8zw13LWNe4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=dNKmlUVr2wVzD8jXw+fC3AUCpzLp7T4+b+nLGdT132f+JmtsZXmi1mZVeIo93t1kA ek7SlY6zx6bsaRxApfhsW+Z/SXjgFdCmj+7aU8FMbj3g1/4rEomjAXTW4B5HV281kj mjw87jOFfUkZi4yRCDVvhc3gszMotP/ny/AoqyWk= 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: Mon, 16 Oct 2023 19:11:49 +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 cc 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=3D108080 CC| |ppalka at gcc dot gnu.org --- Comment #1 from Patrick Palka --- The modules streaming code doesn't yet support "GCC optimize" pragmas. It should work if you compile the=