From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 65CDF385840D; Tue, 17 Oct 2023 17:09:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 65CDF385840D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1697562595; bh=rFK7ObB+gR2IDmqegam6p++jUiRjUMsTv8Kr3G2iW28=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Q91oK0GqZwuHybOr8+d1aUZY7qTDxjhkvqECyH1CdXBSYY1162gSlrDzggfMmjGVo hC5Jiwk9L9TGFw/oP2apjNeDJjiVFqahn3+1L0mwFOoegjFV/qFd04i+oAp9/gM+UN GMwZ0zoKDXMTaeuZPVwqplm/suDxrCXTPr01Ut94= From: "mends-sputter.0z at icloud dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111785] [modules] ICE when compiling fmt lib as module Date: Tue, 17 Oct 2023 17:09:54 +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: mends-sputter.0z at icloud dot com 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 #3 from Luis Caro Campos -= -- now that I've removed the GCC optimize pragmas - the file does compile with both gcc 12 and 13 (Ubuntu-provided), but not with the gcc 14 snapshots. Ma= kes me wonder if there has been a regression somewhere. The snapshots for the upcoming gcc14 are useful when it comes to modules, as the implementation f= or p1689r5 (module dependency scanning) has recently been merged=