From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id EB6AB3858414; Tue, 24 Sep 2024 01:13:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EB6AB3858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1727140386; bh=JjNBuFe8C+8cE+qAyHvLQd61Be4TbpIB8qvtjhAjIWw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iX/uYrrdPMgNhSXtsdvOFSViWd3EtfLY3Q/K4t1wDgDX2shXE9GSxL21Q7RHNE4NW Kf54K+N5P9edPaCK5sAc5BAclgP7fHt064drJuI9fQOSfljpTNsssCarb4otuTaye3 ZCc2i0WEJcx35tEgFi/SDaq1LzyLoWmXELL10mqg= From: "nshead at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/116805] -fno-module-lazy breaks thread module when compiled after format module Date: Tue, 24 Sep 2024 01:13:05 +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: 15.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: nshead at gcc dot gnu.org X-Bugzilla-Status: NEW 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: everconfirmed cf_reconfirmed_on cc bug_status 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=3D116805 Nathaniel Shead changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2024-09-24 CC| |nshead at gcc dot gnu.org Status|UNCONFIRMED |NEW See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D114630 --- Comment #1 from Nathaniel Shead --- Confirmed. I suspect this is a similar issue to PR114630, given it fails at the same point where Patrick's proposed workaround in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D114630#c7 affects.=