From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 91CAC3858CDB; Fri, 7 Oct 2022 13:36:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 91CAC3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665149788; bh=wWnwAyXAxft86goAhcnjPyPCBnik7OuvELiFAGqYT4M=; h=From:To:Subject:Date:In-Reply-To:References:From; b=oX0nkLCTreiG9Ciry02P2FlIWcUtDk4jtNilXVV5zx6IzKXwdGj5GlPBv0CRIgOoQ jNwAVRgj+CAnDVs8r/FyrNIU9+xbY6rjCEwV6lwIea6tZ9CGLN4fQCrZ7lQt52KAVl tYI/6kk4nS7ZRMk6DKkubF75Ox/GUcDAeeSnCbzQ= 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: Fri, 07 Oct 2022 13:36:28 +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: bug_status 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=3D104433 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Target Milestone|--- |13.0 Resolution|--- |FIXED --- Comment #2 from Patrick Palka --- Should be fixed on trunk after the above commit and r13-3134, thanks for the bug report and testcases.=