From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 7386F3851ABA; Wed, 12 Oct 2022 19:13:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7386F3851ABA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665602034; bh=gHaSe6ECDT1IX0TD09tJZUPWputB6Yci3bEAgR1V7UU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PXD0oiirFGSiNCoww95HtqkEOejiA38eRzFjZPVEr49EiT0LSWZkNC+NVhMrcrWDR NzNWLK5OHGFM04xtgKnYBdKQTO+uVtblQpRBAOK/bKE6ji9Ld5l5ADvDXBQFW11M8Z 6uuGzZlNRZyPYfCJaZhYeyVWTlzH7ff72strSUfg= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/104433] [modules] Importing and using std::make_shared causes linker errors Date: Wed, 12 Oct 2022 19:13:51 +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.1.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: ppalka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 13.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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=3D104433 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markmigm at gmail dot com --- Comment #5 from Patrick Palka --- *** Bug 106825 has been marked as a duplicate of this bug. ***=