From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B664D3857814; Thu, 7 Mar 2024 20:47:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B664D3857814 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709844479; bh=9l2WMs+o6ELglvDAlHRJYTEp1ZbLsyeMhzY3pWN+MiE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Fy1SGNyX9kbluzwc+ioG+DfM9Khg3pEvSEI3plQECm+lHbNdr9Z2+zQ2PiHdtbLEC yKSvAV0pKeW8ustgVo3e5OrYjmwi8pKbETFxPaKaJouqpEI7oPQiLBJgFo3+2CZMCb u24J11AIQQwU9gp/sh6gYl4w6oYwEhnDyj9Wn/qk= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/99695] Cannot static compile with C++ module Date: Thu, 07 Mar 2024 20:47:58 +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.0 X-Bugzilla-Keywords: link-failure 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: 14.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc see_also 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=3D99695 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |ppalka at gcc dot gnu.org See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D112588 Target Milestone|--- |14.0 Resolution|--- |FIXED --- Comment #1 from Patrick Palka --- The testcase successfully compiles and runs for me on x86_64-pc-linux-gnu s= ince the PR112588 fix.=