From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BB7A03858CD1; Mon, 11 Mar 2024 20:59:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BB7A03858CD1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1710190769; bh=N/9/EF+FIuFIscc7M+rTvEQif/AGfKLyGo0ek/w/vkM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EtN5rKNVEFTGng5EFQyPGiHYSWh1p6fsKr06WriNDZrS2Q8gjwqbB5FaCu0bDrQxi UL12RkhyARxmxtWY3sLnVEPZQKBe3CINraEGtm9WMY9H6BWhAlPFCulvlfas8XlSkT /SSxjwZq8huwOfsO+VOregq9Y23dowM5QHr1wd8c= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/102525] error: failed to read compiled module: Bad file data when trying to use modules possible 98944 regression Date: Mon, 11 Mar 2024 20:59:27 +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: 11.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc target_milestone resolution 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=3D102525 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |ppalka at gcc dot gnu.org Target Milestone|--- |13.0 Resolution|--- |FIXED --- Comment #1 from Patrick Palka --- This seems fixed in GCC 13/trunk.=